Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56288 - sandbox/stm/libs/stm/src
From: justin_at_[hidden]
Date: 2009-09-18 02:04:44


Author: jgottschlich
Date: 2009-09-18 02:04:43 EDT (Fri, 18 Sep 2009)
New Revision: 56288
URL: http://svn.boost.org/trac/boost/changeset/56288

Log:
Added comment to thank the bug finder, Arthur Athrun.

Text files modified:
   sandbox/stm/libs/stm/src/transaction.cpp | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: sandbox/stm/libs/stm/src/transaction.cpp
==============================================================================
--- sandbox/stm/libs/stm/src/transaction.cpp (original)
+++ sandbox/stm/libs/stm/src/transaction.cpp 2009-09-18 02:04:43 EDT (Fri, 18 Sep 2009)
@@ -144,7 +144,8 @@
    //--------------------------------------------------------------------------
    // WARNING: before you think lock_all_mutexes() does not make sense, make
    // sure you read the following example, which will certainly change
- // your mind about what you think you know ...
+ // your mind about what you think you know ... (bug found by Arthur
+ // Athrun)
    //
    // end_transaction() must lock all mutexes() in addition to the
    // important general access mutex, which serializes commits.
@@ -333,7 +334,8 @@
    //--------------------------------------------------------------------------
    // WARNING: before you think unlock_all_mutexes() does not make sense, make
    // sure you read the following example, which will certainly change
- // your mind about what you think you know ...
+ // your mind about what you think you know ... (bug found by Arthur
+ // Athrun)
    //
    // end_transaction() must lock all mutexes() in addition to the
    // important general access mutex, which serializes commits.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk