summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/scoped_allocator
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-19 22:28:00 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-19 22:28:00 +0000
commitad62a02bb42ace0167c0280dbef7681e71436942 (patch)
tree0a9ec48233a8990289095b21b284986044ba9437 /libstdc++-v3/include/std/scoped_allocator
parent4aac6cf89b94e296f511b2dd31ce300c70ce69b9 (diff)
downloadppe42-gcc-ad62a02bb42ace0167c0280dbef7681e71436942.tar.gz
ppe42-gcc-ad62a02bb42ace0167c0280dbef7681e71436942.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193638 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/scoped_allocator')
-rw-r--r--libstdc++-v3/include/std/scoped_allocator2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/scoped_allocator b/libstdc++-v3/include/std/scoped_allocator
index f5041ec724e..48cf033ea02 100644
--- a/libstdc++-v3/include/std/scoped_allocator
+++ b/libstdc++-v3/include/std/scoped_allocator
@@ -349,6 +349,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
construct(pair<_T1, _T2>* __p, piecewise_construct_t,
tuple<_Args1...> __x, tuple<_Args2...> __y)
{
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // 2203. wrong argument types for piecewise construction
auto& __inner = inner_allocator();
auto __x_use_tag
= __use_alloc<_T1, inner_allocator_type, _Args1...>(__inner);
OpenPOWER on IntegriCloud