Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2008-04-27 18:05:57


Author: crowl
Date: 2008-04-27 18:05:56 EDT (Sun, 27 Apr 2008)
New Revision: 44827
URL: http://svn.boost.org/trac/boost/changeset/44827

Log:
Add editorial note about parameters.

Text files modified:
   sandbox/committee/LWG/thread_safety.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/committee/LWG/thread_safety.html
==============================================================================
--- sandbox/committee/LWG/thread_safety.html (original)
+++ sandbox/committee/LWG/thread_safety.html 2008-04-27 18:05:56 EDT (Sun, 27 Apr 2008)
@@ -149,7 +149,7 @@
   non-const arguments, including *this, directly or indirectly point to or
   reference objects of a standard library type shared between the threads, and
   one call does not happen before the other ([Multi-threaded executions and data
- races]).</u></font></p>
+ races]).</u><b>[Editorial note: Technically, there are no non-const arguments.]</b></font></p>
   <p><i>[Note: </i>This <font color="#FF0000"><strike>lack of strong thread-safety guarantee</strike></font>
   <u><font color="#228822">prohibition against concurrent non-const access</font></u> means that
   modifying an object of a standard library type shared between threads
@@ -264,4 +264,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>


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