Created on 2013-09-26.00:00:00 last changed 73 months ago
[ 2018-11 San Diego Thursday night issue processing ]
LEWG has rejected Nevin's paper, so they need to formulate a policy.
[ 2018-08 Batavia Monday issue discussion ]
This really needs a paper; splitting a lot of constructors. Nevin to write paper.
[ Urbana 2014-11-07: Move to Open ]
LWG 2193 yields explicit for default ctors to allow {}, but not for all cases of uniform initialization. For example:
explicit vector(size_type count, const Allocator& alloc = Allocator());
This prevents {n, alloc()}. Although this use is relatively rare, but the behavior is inconsistent with that of
vector(size_type count, const T& value, const Allocator& alloc = Allocator());
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-11-12 05:21:03 | admin | set | messages: + msg10210 |
2018-11-12 05:21:03 | admin | set | status: open -> lewg |
2018-08-22 12:55:05 | admin | set | messages: + msg10090 |
2014-11-08 16:43:57 | admin | set | messages: + msg7170 |
2014-11-08 16:43:57 | admin | set | status: new -> open |
2013-09-26 00:00:00 | admin | create |