$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hinnant_at_[hidden]
Date: 2007-12-14 14:45:12
Author: hinnant
Date: 2007-12-14 14:45:12 EST (Fri, 14 Dec 2007)
New Revision: 42048
URL: http://svn.boost.org/trac/boost/changeset/42048
Log:
V1 issue 32.
Text files modified: 
   sandbox/committee/LWG/issues.html         |     2 +-                                      
   sandbox/committee/LWG/thread_library.html |     3 +--                                     
   2 files changed, 2 insertions(+), 3 deletions(-)
Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html	(original)
+++ sandbox/committee/LWG/issues.html	2007-12-14 14:45:12 EST (Fri, 14 Dec 2007)
@@ -232,7 +232,7 @@
 the
 model that seems to have been used earlier, that a thread owns a mutex. </p>
 <p>✎ 31. [thread.lock.guard] (30.3.3.1), first paragraph of text: see 20. </p>
-<p>32. [thread.lock.unique] (30.3.3.2), first paragraph: "An object of type
+<p>✔ 32. [thread.lock.unique] (30.3.3.2), first paragraph: "An object of type
 unique_lock is not copyable but is movable." This should be plural:
 "Objects
 of type unique_lock are not copyable but are movable." </p>
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html	(original)
+++ sandbox/committee/LWG/thread_library.html	2007-12-14 14:45:12 EST (Fri, 14 Dec 2007)
@@ -2032,8 +2032,7 @@
 may be acquired at construction or subsequent to construction,
 and subsequent to acquisition
 may be transferred to another <code>unique_lock</code> object.
-An object of type
-<code>unique_lock</code> is not copyable but is movable.
+Objects of type <code>unique_lock</code> are not copyable but are movable.
 The behavior of a program is undefined
 if <code>mutex() != 0</code>
 and the mutex pointed to by <code>mutex()</code>