Created on 2010-08-25.00:00:00 last changed 161 months ago
Proposed resolution:
Change "const" to "constexpr" in 20.9.1 as follows.
constexpr allocator_arg_t allocator_arg = allocator_arg_t();
[ Resolved in Rapperswil by a motion to directly apply the words from the ballot comment in N3102. ]
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:26 | admin | set | status: wp -> c++11 |
2010-10-25 00:34:18 | admin | set | status: nad editorial -> wp |
2010-10-21 19:47:27 | admin | set | messages: + msg4814 |
2010-10-21 19:47:27 | admin | set | messages: + msg4813 |
2010-08-25 00:00:00 | admin | create |