Created on 2009-12-10.00:00:00 last changed 161 months ago
Proposed resolution:
Change [allocator.traits.members], p7:
static Alloc select_on_container_copy_construction(const Alloc& rhs);7 Returns: rhs.select_on_container_copy_construction(
a) if that expression is well-formed; otherwise, rhs.
[ 2009-12-13 Moved to Tentatively Ready after 5 positive votes on c++std-lib. ]
allocator_traits::select_on_container_copy_construction refers to an unknown "a":
static Alloc select_on_container_copy_construction(const Alloc& rhs);7 Returns: rhs.select_on_container_copy_construction(a) if that expression is well-formed; otherwise, rhs.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg1454 |
2010-10-21 18:28:33 | admin | set | messages: + msg1453 |
2009-12-10 00:00:00 | admin | create |