$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bryan Green (bgreen_at_[hidden])
Date: 2007-07-27 14:14:11
Hello,
I have a class that contains a reference count. I would like to maintain
the count without using a mutex. Can anyone recommend a way to do this
portably, using Boost? I see the needed mechanics in
'detail/sp_counted_base.hpp', but since it's in 'detail', I'm not sure what
the most portable (and maintainable) way to use it is.
Thanks,
-Bryan