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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117824 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 14 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/cpp_type_traits.h 4 additions, 4 deletionslibstdc++-v3/include/bits/cpp_type_traits.h
- libstdc++-v3/include/ext/rope 75 additions, 78 deletionslibstdc++-v3/include/ext/rope
- libstdc++-v3/include/ext/ropeimpl.h 59 additions, 59 deletionslibstdc++-v3/include/ext/ropeimpl.h
- libstdc++-v3/include/tr1/hashtable_policy.h 0 additions, 3 deletionslibstdc++-v3/include/tr1/hashtable_policy.h
- libstdc++-v3/include/tr1/random 6 additions, 13 deletionslibstdc++-v3/include/tr1/random
- libstdc++-v3/include/tr1/random.tcc 28 additions, 29 deletionslibstdc++-v3/include/tr1/random.tcc
- libstdc++-v3/src/ext-inst.cc 5 additions, 5 deletionslibstdc++-v3/src/ext-inst.cc
Loading
Please register or sign in to comment