|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2007-12-18 15:55:11
Author: hinnant
Date: 2007-12-18 15:55:11 EST (Tue, 18 Dec 2007)
New Revision: 42148
URL: http://svn.boost.org/trac/boost/changeset/42148
Log:
V1 issue 38.
Text files modified:
sandbox/committee/LWG/issues.html | 2 +-
sandbox/committee/LWG/thread_library.html | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html (original)
+++ sandbox/committee/LWG/issues.html 2007-12-18 15:55:11 EST (Tue, 18 Dec 2007)
@@ -257,7 +257,7 @@
throwing an exception." Then the next sentence can start out "If a
call to
try_lock fails ..." </p>
-<p>38. [thread.lock.algorithm] (30.3.4), try_lock(): small change to the
+<p>✔ 38. [thread.lock.algorithm] (30.3.4), try_lock(): small change to the
second
sentence of the effects clause: "Otherwise, returns a 0-based index
value that
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-18 15:55:11 EST (Tue, 18 Dec 2007)
@@ -29,7 +29,7 @@
<h1>Multi-threading Library for Standard C++ (Revision 1)</h1>
<p>
-ISO/IEC JTC1 SC22 WG21 N???? = 07-???? - 2007-12-15
+ISO/IEC JTC1 SC22 WG21 N???? = 07-???? - 2007-12-18
</p>
<p>
@@ -2649,8 +2649,8 @@
If all calls to <code>try_lock()</code> returned <code>true</code>,
returns <code>-1</code>.
Otherwise returns a 0-based index
-value indicating for
-which argument <code>try_lock()</code> returned <code>false</code>.
+value that indicates the argument for which
+<code>try_lock()</code> returned <code>false</code>.
[<i>Note:</i>
On return, either all arguments will be locked or none will be
locked.
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