-
- Downloads
stl_algo.h (reverse_copy): Update comment per DR 2074.
* include/bits/stl_algo.h (reverse_copy): Update comment per DR 2074. * include/bits/unordered_map.h: Apply DR 2005 resolution. * doc/xml/manual/status_cxx2011.xml: Update per DR 2048. * include/bits/allocator.h (allocator): Apply DR 2103 resolution. * include/ext/array_allocator.h: Likewise. * include/ext/bitmap_allocator.h: Likewise. * include/ext/malloc_allocator.h: Likewise. * include/ext/mt_allocator.h: Likewise. * include/ext/new_allocator.h: Likewise. * include/ext/pool_allocator.h: Likewise. * include/ext/throw_allocator.h: Likewise. * include/ext/alloc_traits.h (__allocator_always_compares_equal): Add additional specializations. * include/std/functional: Add comment about DR resolution. * include/std/future: Likewise. * include/std/scoped_allocator: Likewise. * include/std/thread: Likewise. * testsuite/20_util/allocator/requirements/typedefs.cc: New. * testsuite/20_util/bind/ref_neg.cc: Adjust dg-error line numbers. From-SVN: r193638
Showing
- libstdc++-v3/ChangeLog 22 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/doc/xml/manual/status_cxx2011.xml 2 additions, 3 deletionslibstdc++-v3/doc/xml/manual/status_cxx2011.xml
- libstdc++-v3/include/bits/allocator.h 16 additions, 2 deletionslibstdc++-v3/include/bits/allocator.h
- libstdc++-v3/include/bits/stl_algo.h 1 addition, 1 deletionlibstdc++-v3/include/bits/stl_algo.h
- libstdc++-v3/include/bits/unordered_map.h 12 additions, 4 deletionslibstdc++-v3/include/bits/unordered_map.h
- libstdc++-v3/include/ext/alloc_traits.h 18 additions, 0 deletionslibstdc++-v3/include/ext/alloc_traits.h
- libstdc++-v3/include/ext/array_allocator.h 10 additions, 2 deletionslibstdc++-v3/include/ext/array_allocator.h
- libstdc++-v3/include/ext/bitmap_allocator.h 7 additions, 2 deletionslibstdc++-v3/include/ext/bitmap_allocator.h
- libstdc++-v3/include/ext/malloc_allocator.h 10 additions, 3 deletionslibstdc++-v3/include/ext/malloc_allocator.h
- libstdc++-v3/include/ext/mt_allocator.h 10 additions, 2 deletionslibstdc++-v3/include/ext/mt_allocator.h
- libstdc++-v3/include/ext/new_allocator.h 10 additions, 2 deletionslibstdc++-v3/include/ext/new_allocator.h
- libstdc++-v3/include/ext/pool_allocator.h 10 additions, 3 deletionslibstdc++-v3/include/ext/pool_allocator.h
- libstdc++-v3/include/ext/throw_allocator.h 6 additions, 0 deletionslibstdc++-v3/include/ext/throw_allocator.h
- libstdc++-v3/include/std/functional 2 additions, 0 deletionslibstdc++-v3/include/std/functional
- libstdc++-v3/include/std/future 6 additions, 0 deletionslibstdc++-v3/include/std/future
- libstdc++-v3/include/std/scoped_allocator 2 additions, 0 deletionslibstdc++-v3/include/std/scoped_allocator
- libstdc++-v3/include/std/thread 2 additions, 0 deletionslibstdc++-v3/include/std/thread
- libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc 46 additions, 0 deletions...+-v3/testsuite/20_util/allocator/requirements/typedefs.cc
- libstdc++-v3/testsuite/20_util/bind/ref_neg.cc 4 additions, 4 deletionslibstdc++-v3/testsuite/20_util/bind/ref_neg.cc
Loading
Please register or sign in to comment