]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/ext/bitmap_allocator.h
stl_algo.h (reverse_copy): Update comment per DR 2074.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Mon, 19 Nov 2012 22:28:00 +0000 (22:28 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 19 Nov 2012 22:28:00 +0000 (22:28 +0000)
commit1b5dc776ca574e812ddc229ef085e45e32d924bf
tree0a9ec48233a8990289095b21b284986044ba9437
parent639498a8750f251bbfa7b412629a3ead4a73e886
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
19 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2011.xml
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/unordered_map.h
libstdc++-v3/include/ext/alloc_traits.h
libstdc++-v3/include/ext/array_allocator.h
libstdc++-v3/include/ext/bitmap_allocator.h
libstdc++-v3/include/ext/malloc_allocator.h
libstdc++-v3/include/ext/mt_allocator.h
libstdc++-v3/include/ext/new_allocator.h
libstdc++-v3/include/ext/pool_allocator.h
libstdc++-v3/include/ext/throw_allocator.h
libstdc++-v3/include/std/functional
libstdc++-v3/include/std/future
libstdc++-v3/include/std/scoped_allocator
libstdc++-v3/include/std/thread
libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/bind/ref_neg.cc