On 09/15/2011 06:02 PM, Andrew MacLeod wrote:
On 09/15/2011 05:49 PM, Jason Merrill wrote:
Do we want to start exporting these from libstdc++?I dont know the ins and outs of the library... the typedefs and specializations are already there, I can write: atomic_char c; c = 'a' in my program and it will invoke the required template for the class and call the appropriate store routine or whatever. do we need to explicitly export something?
Need, no. I was wondering if Benjamin wanted to. Jason