This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/24537] Non-uglified names inside namespace __gnu_cxx
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2005 12:34:04 -0000
- Subject: [Bug libstdc++/24537] Non-uglified names inside namespace __gnu_cxx
- References: <bug-24537-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-26 12:34 -------
Seems like to me, this is what namespaces are for anyways? and non-uglified
names are correct, maybe it needs to be a different namespace like
__gnu_cxx::__implemenation instead which seems like the more correct thing to
do than uglify names. I think this is what Boost does too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24537