Add a comment thanking Ben Hutchings for the #w+(#s!=0) formulation

[SVN r27735]
This commit is contained in:
Peter Dimov
2005-03-18 13:04:43 +00:00
parent 34953d8a45
commit 14024e2598

View File

@ -20,6 +20,9 @@
//
// Lock-free algorithm by Alexander Terekhov
//
// Thanks to Ben Hitchings for the #weak + (#shared != 0)
// formulation
//
#include <boost/detail/interlocked.hpp>
#include <typeinfo>