$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Ky (newhoggy_at_[hidden])
Date: 2006-06-16 06:32:45
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