Title
Inconsistent definitions for allocator_arg
Status
c++11
Section
[allocator.tag]
Submitter
Japan

Created on 2010-08-25.00:00:00 last changed 154 months ago

Messages

Date: 2011-05-21.21:15:19

Proposed resolution:

Change "const" to "constexpr" in 20.9.1 as follows.

constexpr allocator_arg_t allocator_arg = allocator_arg_t();
Date: 2010-10-21.19:47:27

[ Resolved in Rapperswil by a motion to directly apply the words from the ballot comment in N3102. ]

Date: 2010-10-25.00:34:18

Addresses JP-85

There are inconsistent definitions for allocator_arg. In [memory] paragraph 1,

constexpr allocator_arg_t allocator_arg = allocator_arg_t();

and in 20.9.1,

const allocator_arg_t allocator_arg = allocator_arg_t();
History
Date User Action Args
2011-08-23 20:07:26adminsetstatus: wp -> c++11
2010-10-25 00:34:18adminsetstatus: nad editorial -> wp
2010-10-21 19:47:27adminsetmessages: + msg4814
2010-10-21 19:47:27adminsetmessages: + msg4813
2010-08-25 00:00:00admincreate