2004-04-16 Benjamin Kosnik <bkoz@redhat.com> * include/bits/c++config (_GLIBCXX_STD): New. * src/list.cc: Use it. * include/std/std_bitset.h: Same. * include/bits/vector.tcc: Same. * include/bits/stl_set.h: Same. * include/bits/stl_multiset.h: Same. * include/bits/stl_multimap.h: Same. * include/bits/stl_map.h: Same. * include/bits/stl_list.h: Same. * include/bits/stl_vector.h: Same. * include/bits/stl_bvector.h: Same. * include/bits/stl_deque.h: Same. * include/bits/deque.tcc: Same. * include/bits/list.tcc: Same. * include/debug/vector: Same. * include/debug/set.h: Same. * include/debug/multiset.h: Same. * include/debug/multimap.h: Same. * include/debug/map.h: Same. * include/debug/list: Same. * include/debug/deque: Same. * include/debug/bitset: Same. * include/debug/formatter.h (__gnu_debug): Remove using directive. Add using declaration for std::type_info. * include/debug/safe_iterator.h: Add using declaration for std::iterator_traits and std::pair. * src/debug_list.cc: New. * src/Makefile.am: Add debug_list.cc. * src/Makefile.in: Regenerate. * config/linker-map.gnu: Add _List_node_base exports for std and __gnu_norm. * include/bits/stl_bvector.h (_Bvector_base): Use _Bvector_impl idiom that other containers use. * testsuite/23_containers/vector/bool/clear_allocator.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80763 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 38 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/Makefile.in 1 addition, 1 deletionlibstdc++-v3/Makefile.in
- libstdc++-v3/config/linker-map.gnu 11 additions, 2 deletionslibstdc++-v3/config/linker-map.gnu
- libstdc++-v3/include/bits/c++config 14 additions, 11 deletionslibstdc++-v3/include/bits/c++config
- libstdc++-v3/include/bits/deque.tcc 2 additions, 2 deletionslibstdc++-v3/include/bits/deque.tcc
- libstdc++-v3/include/bits/list.tcc 2 additions, 2 deletionslibstdc++-v3/include/bits/list.tcc
- libstdc++-v3/include/bits/stl_bvector.h 109 additions, 98 deletionslibstdc++-v3/include/bits/stl_bvector.h
- libstdc++-v3/include/bits/stl_deque.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_deque.h
- libstdc++-v3/include/bits/stl_list.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_list.h
- libstdc++-v3/include/bits/stl_map.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_map.h
- libstdc++-v3/include/bits/stl_multimap.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_multimap.h
- libstdc++-v3/include/bits/stl_multiset.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_multiset.h
- libstdc++-v3/include/bits/stl_set.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_set.h
- libstdc++-v3/include/bits/stl_vector.h 2 additions, 2 deletionslibstdc++-v3/include/bits/stl_vector.h
- libstdc++-v3/include/bits/vector.tcc 2 additions, 2 deletionslibstdc++-v3/include/bits/vector.tcc
- libstdc++-v3/include/debug/bitset 4 additions, 3 deletionslibstdc++-v3/include/debug/bitset
- libstdc++-v3/include/debug/deque 4 additions, 4 deletionslibstdc++-v3/include/debug/deque
- libstdc++-v3/include/debug/formatter.h 2 additions, 2 deletionslibstdc++-v3/include/debug/formatter.h
- libstdc++-v3/include/debug/list 4 additions, 4 deletionslibstdc++-v3/include/debug/list
- libstdc++-v3/include/debug/map.h 3 additions, 3 deletionslibstdc++-v3/include/debug/map.h
Loading
Please register or sign in to comment