Peter Dimov wrote:
[...]
> I must admit that I didn't expect even for p to be different across threads.

Not doing so would probably "violate" a rather nice axiom stated 
in the 1.7/1. ``Every byte has a unique address.'' ;-) Seriously, 
TLS shall not be "private"; similar to automatic storage duration, 
an object with thread-local storage duration shall be accessible 
by all threads... after the *owner* thread has "published" its 
address. And, BTW, lazy-vs-eager allocation/creation is another 
rather interesting issue...

regards,
alexander.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to