This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cxx-mem-model] C++ wrappers


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]