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