Created on 2009-12-09.00:00:00 last changed 162 months ago
Proposed resolution:
Change the signature in the synopsis of [vector.bool] to
vector(initializer_list<bool>, const Allocator& = Allocator());
[ 2009-12-16 Moved to Tentatively Ready after 5 positive votes on c++std-lib. ]
The specialization for vector<bool> ([vector.bool]) has a constructor
vector(initializer_list<bool>);
which differs from the base template's constructor (and other containers) in that it has no allocator parameter.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg1448 |
2010-10-21 18:28:33 | admin | set | messages: + msg1447 |
2009-12-09 00:00:00 | admin | create |