This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: --std vs __intN
- From: DJ Delorie <dj at redhat dot com>
- To: Jonathan Wakely <jwakely at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 9 Jun 2014 12:20:33 -0400
- Subject: Re: --std vs __intN
- Authentication-results: sourceware.org; auth=none
- References: <201406060116 dot s561GQwY005060 at greed dot delorie dot com> <alpine dot DEB dot 2 dot 10 dot 1406060738220 dot 2168 at laptop-mg dot saclay dot inria dot fr> <201406061825 dot s56IPERL028941 at greed dot delorie dot com> <20140609105556 dot GE30729 at redhat dot com>
> N.B. almost all library macros are _GLIBCXX_XXX with only a single
> underscore at the beginning. If these are exported by the compiler
> then that might be a reason to use a different convention.
All the other macros being exported at that point in the compiler had
two underscores.
> .. but then maybe it shouldn't use "GLIBCXX" at all. Or maybe it
> should, I dunno :)
Now we're bikeshedding ;-)