$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2007-12-14 08:51:55
Author: bemandawes
Date: 2007-12-14 08:51:55 EST (Fri, 14 Dec 2007)
New Revision: 42029
URL: http://svn.boost.org/trac/boost/changeset/42029
Log:
V1 issue #22
Text files modified: 
   sandbox/committee/LWG/issues.html         |     2 +-                                      
   sandbox/committee/LWG/thread_library.html |     2 +-                                      
   2 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html	(original)
+++ sandbox/committee/LWG/issues.html	2007-12-14 08:51:55 EST (Fri, 14 Dec 2007)
@@ -197,7 +197,7 @@
 of a
 program that does x, y, or z is undefined." </p>
 <p>✎ (19), ✎ (20) 21. [thread.mutex.recursive] (30.3.1.2), see 19, 20. </p>
-<p>22. [thread.timedmutex.requirements] (30.3.2): "To meet the TimedMutex
+<p>✔ 22. [thread.timedmutex.requirements] (30.3.2): "To meet the TimedMutex
 requirements, types are required to meet the Mutex requirements."
 Instad of
 "are required to", use "shall". </p>
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html	(original)
+++ sandbox/committee/LWG/thread_library.html	2007-12-14 08:51:55 EST (Fri, 14 Dec 2007)
@@ -1591,7 +1591,7 @@
 
 <p>
 To meet the TimedMutex requirements,
-types are required to meet the Mutex requirements.
+types shall meet the Mutex requirements.
 In addition, the following requirements shall be met,
 where <code>rel_time</code>
 denotes a value of a type meeting the Duration ([time.duration]) requirements