This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/24537] Non-uglified names inside namespace __gnu_cxx



------- 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


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