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 c++/28514] [4.2 Regression] libstdc++ vs. anonymous namespaces



------- Comment #11 from bkoz at gcc dot gnu dot org  2006-10-17 11:48 -------

OK. I've reverted these anonymous namespace conversions.

Namespace that are just trying to squester name lookup should be spelled as
nested "detail" namespaces. Namespaces that are trying to prohibit exports via
internal linkage should be anonymous namespaces. 

I believe this usage is now uniform.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28514


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