[Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Tue May 8 18:50:00 GMT 2007
------- Comment #39 from pcarlini at suse dot de 2007-05-08 19:50 -------
The proper status of this PR is SUSPENDED. Today, mid of 2007, we all more or
less concur that <string> is better implemented without reference-counting,
optimized for short strings, and, of course, exploiting rvalue references.
Indeed, we are already providing the first two features in ext/vstring.h, and
the latter will be added ASAP. As for changing <string> itself, of course we
have to wait for the first ABI break.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |SUSPENDED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21334
More information about the Gcc-bugs
mailing list