r117824 - in /trunk/libstdc++-v3: ChangeLog inc...
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Tue Oct 17 11:56:00 GMT 2006
Author: bkoz
Date: Tue Oct 17 11:56:21 2006
New Revision: 117824
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117824
Log:
2006-10-17 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/28514
* include/bits/cpp_type_traits.h (__detail): Uglify namespace.
* include/ext/rope: Remove global-scope anonymous namespace, use
nested __detail. Fixup resulting formatting issues.
* include/ext/ropeimpl.h: Same.
* include/tr1/hashtable_policy.h: Remove anonymous namespace
nesting for __detail.
* include/tr1/random: Revert anonymous namespace to nested
__detail namespace.
* include/tr1/random.tcc: Same.
* src/ext-inst.cc: Fixups for above.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/cpp_type_traits.h
trunk/libstdc++-v3/include/ext/rope
trunk/libstdc++-v3/include/ext/ropeimpl.h
trunk/libstdc++-v3/include/tr1/hashtable_policy.h
trunk/libstdc++-v3/include/tr1/random
trunk/libstdc++-v3/include/tr1/random.tcc
trunk/libstdc++-v3/src/ext-inst.cc
More information about the Libstdc++-cvs
mailing list