Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-04-25 15:30:49


Author: bemandawes
Date: 2008-04-25 15:30:49 EDT (Fri, 25 Apr 2008)
New Revision: 44770
URL: http://svn.boost.org/trac/boost/changeset/44770

Log:
Change "shall occur" to "shall happen" in two places. Apparently "happen" is better defined in 1.10.
Text files modified:
   sandbox/committee/LWG/thread_safety.html | 5 +++--
   1 files changed, 3 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-25 15:30:49 EDT (Fri, 25 Apr 2008)
@@ -166,7 +166,8 @@
   not introduce data races ([intro.multithread])
   as a result of concurrent calls from different threads.&nbsp;Calls <u>
   <font color="#228822">to these functions</font></u> that allocate or deallocate a particular unit of storage shall occur in a single total order,
- and each such deallocation call happens before the next allocation (if any) in
+ and each such deallocation call <font color="#FF0000"><strike>happens</strike></font>
+ <font color="#228822"><u>shall </u></font><u><font color="#228822">happen</font></u> before the next allocation (if any) in
   this order.</p>
 </blockquote>
   <p><i>To 19.3 Error numbers [errno] paragraph 1, add:</i></p>
@@ -183,7 +184,7 @@
   <u><font color="#228822">member functions</font></u> from different threads.&nbsp;<u><font color="#228822">Calls
   to these functions that allocate or deallocate</font></u> a
   particular unit of storage shall occur in a single total order, and each such deallocation call <font color="#FF0000"><strike>happens</strike></font>
- <font color="#228822"><u>shall occur</u></font> before the next allocation (if any) in this order.</p>
+ <font color="#228822"><u>shall </u></font><u><font color="#228822">happen</font></u> before the next allocation (if any) in this order.</p>
   </blockquote>
   <p><i>To 20.7 Date and Time [date.time], add:</i></p>
   <blockquote>


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