This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: tr1::shared_ptr and v3's atomic ops
- From: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 24 Mar 2005 16:44:23 +0000
- Subject: Re: tr1::shared_ptr and v3's atomic ops
- References: <20050324163849.GA96718@compsoc.man.ac.uk>
On Thu, Mar 24, 2005 at 04:38:49PM +0000, Jonathan Wakely wrote:
> Since I incorporated shared_ptr into v3 Peter Dimov has modified the
> Boost version so that (on Windows) it doesn't use any locks. I had
> already done something similar for the version I added to v3, except
> that I couldn't make shared_count::add_ref_lock() lock-free, since
^^^^^^^^^^^^
should be _Sp_counted_base::add_ref_lock()
jon
--
"Outside of a dog, a man's best friend is a book. Inside of a dog,
it's too dark to read."
-Groucho Marx