This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: vector<bool> has no vector(size_type) ctor
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: brendan at zen dot org
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Mon, 2 Jun 2003 11:02:19 -0500
- Subject: Re: vector<bool> has no vector(size_type) ctor
- References: <200305271648.02340.brendan@zen.org>
>However, this is not defined in the standard. As such, I believe it should be
>removed. No tests appear to have been calling it.
Brendan, as others have mentioned, this kind of ctor use is not
non-conforming, so there's no need to change this.
-benjamin