[Bug libstdc++/50834] Documentation about STL thread safety is ambiguous
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Oct 22 22:27:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50834
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |documentation
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011-10-22
AssignedTo|unassigned at gcc dot |redi at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-22 22:26:56 UTC ---
The first piece you quote continues "unless otherwise documented as safe" and
the SGI definition documents what is safe for concurrent reads.
But I agree it could be improved, the C++11 standard has a better definition,
which we aim to conform to.
More information about the Gcc-bugs
mailing list