Created on 2013-08-27.00:00:00 last changed 130 months ago
Proposed resolution:
This wording is relative to N3691.
Change [allocator.traits.members] as follows:
static size_type max_size(const Alloc& a) noexcept;
[ 2013-09 Chicago ]
No objections, so moved to Immediate.
Accept for Working Paper
Section [allocator.traits] says:
static size_type max_size(const Alloc& a) noexcept;
Section [allocator.traits.members] says:
static size_type max_size(Alloc& a) noexcept;
These should be the same.
Discussion:
Pablo (who I believe wrote the allocator_traits proposal) says "The function should take a const reference."
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-02-20 13:20:35 | admin | set | status: wp -> c++14 |
2013-09-29 11:37:54 | admin | set | messages: + msg6661 |
2013-09-29 11:37:54 | admin | set | status: immediate -> wp |
2013-09-26 17:10:25 | admin | set | status: new -> immediate |
2013-08-27 21:40:17 | admin | set | messages: + msg6575 |
2013-08-27 00:00:00 | admin | create |