From 14024e25987e33565ee55f2488cc3524daa4bf1d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 18 Mar 2005 13:04:43 +0000 Subject: [PATCH] Add a comment thanking Ben Hutchings for the #w+(#s!=0) formulation [SVN r27735] --- include/boost/detail/sp_counted_base_w32.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/detail/sp_counted_base_w32.hpp b/include/boost/detail/sp_counted_base_w32.hpp index 273a07f..e84f06e 100644 --- a/include/boost/detail/sp_counted_base_w32.hpp +++ b/include/boost/detail/sp_counted_base_w32.hpp @@ -20,6 +20,9 @@ // // Lock-free algorithm by Alexander Terekhov // +// Thanks to Ben Hitchings for the #weak + (#shared != 0) +// formulation +// #include #include