libstdc++, generic locale configuration, and c++0x
Jonathan Wakely
jwakely.gcc@gmail.com
Sun Jun 6 21:54:00 GMT 2010
(Shouldn't this be on the libstdc++ list?)
On 6 June 2010 19:02, Doug Semler wrote:
>
> So...would you consider this a bug in the documentation, or a bug in
> the library?
I would say the docs, and only partly because it's easier to fix ;-)
> And even if it's a bug in the documentation, it will
> eventually have to be fixed for c++0x, yes?
Yes, but as Paolo said, noone has even tried to ensure the library
meets the data race requirements of C++0x. Some parts are inherently
safe, others have been designed to be safe (e.g. new C++0x components
such as std::mutex) but there are other parts (such as locales) which
haven't been looked at w.r.t data races.
More information about the Gcc
mailing list