On 09/15/2011 05:14 PM, Richard Henderson wrote:
On 09/15/2011 02:03 PM, Andrew MacLeod wrote:

a template calling that particular method was probably not invoked. The joys of 
c++ templates eh :-)

Isn't there an extension that forces an entire class template to be 
instantiated?

It's standard C++.

template struct __atomic_base<bool>;

etc.

Do we want to start exporting these from libstdc++?

Jason

Reply via email to