
20 Mar
2005
20 Mar
'05
3:41 a.m.
Jonathan Turkanis wrote:
"Peter Dimov" wrote:
I've made some pretty extensive changes to the implementation of shared_ptr. It now uses a lock-free algorithm (originally invented by Alexander Terekhov) on Windows, and the old detail/shared_count.hpp has been refactored into a number of smaller headers. A per-count pthread_mutex is still being used on non-Windows platforms, but this is also going to change soon.
Apparently I sent this by accident. Sorry. Jonathan