[cxx-mem-model] C++ wrappers

Jason Merrill jason@redhat.com
Mon Sep 19 20:57:00 GMT 2011


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



More information about the Gcc-patches mailing list