
16 Jun
2006
16 Jun
'06
10:32 a.m.
Hi, What does "undefined" mean in the shared_ptr documentation about thread safety? http://www.boost.org/libs/smart_ptr/shared_ptr.htm#ThreadSafety I'd like to be able to do simultaneous read/writes, but on a global shared pointer without locking, but I'm unsure of the consequences. -John