This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16055] basic_stringbuf incorrectly handles (and ultimately ignores) allocator arguments
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2004 12:13:42 -0000
- Subject: [Bug libstdc++/16055] basic_stringbuf incorrectly handles (and ultimately ignores) allocator arguments
- References: <20040618112753.16055.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2004-06-18 12:13 -------
We are implementing the letter of the standard (27.7.1.1). Also, please notice
that:
typedef basic_string<char_type, _Traits, _Alloc> __string_type;
Thanks.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16055