
1 Jan
2013
1 Jan
'13
10:06 p.m.
On 01/01/2013 06:34 p.m., Artyom Beilis wrote:
For example two feature that from my point of view C++11 threading library less attractive than even trivial wrap of pthrads library (or just using C API as is):
- Read-Write locks - Thread local storage
So going to "Standard library" directon is step backward.
Artyom Beilis --------------
Thread local storage is supported by the language with the new `thread_local` storage class specifier. See [dcl.stc]/4 Agustín K-ballo Bergé. http://fusionfenix.com