This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/31370] resizing bugs in std::vector<bool>
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Mar 2007 08:07:36 -0000
- Subject: [Bug libstdc++/31370] resizing bugs in std::vector<bool>
- References: <bug-31370-14320@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pcarlini at suse dot de 2007-03-27 09:07 -------
Thanks. On the mainline and 4_2-branch we have new definitions of max_size,
taking into account, as should be, allocator::max_size. Can you please check
the vector<bool> bits in this light? (well, about the status of vector<bool>,
Andrew is overstating the issue a bit, but mostly right: we aren't that much
motivated in improving it, but we have to do that anyway as long as it stays in
the standard, recently we improved its performance quite a bit in a few areas).
One final observation: if you feel like contributing other improvements, please
consider filing the necessary Copyright Assignment paperworks: your patch will
be close to the maximum we can get in as a "small contribution" under relaxed
rules:
http://gcc.gnu.org/contribute.html
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pcarlini at suse dot de
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-27 09:07:36
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31370