vector(initializer_list<bool>);
which differs from the base template's constructor (and other
containers) in that it has no allocator parameter.
Proposed resolution:
Change the signature to
vector(initializer_list<bool>, const Allocator& = Allocator());
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std...@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]