Title
allocator_traits::select_on_container_copy_construction type-o
Status
c++11
Section
[allocator.traits.members]
Submitter
Howard Hinnant

Created on 2009-12-10.00:00:00 last changed 154 months ago

Messages

Date: 2010-10-21.18:28:33

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.

Date: 2009-12-13.00:00:00

[ 2009-12-13 Moved to Tentatively Ready after 5 positive votes on c++std-lib. ]

Date: 2009-12-10.00:00:00

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:26adminsetstatus: wp -> c++11
2010-10-21 18:28:33adminsetmessages: + msg1454
2010-10-21 18:28:33adminsetmessages: + msg1453
2009-12-10 00:00:00admincreate