This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tr1::shared_ptr and v3's atomic ops


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]