$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hinnant_at_[hidden]
Date: 2008-01-07 15:28:14
Author: hinnant
Date: 2008-01-07 15:28:13 EST (Mon, 07 Jan 2008)
New Revision: 42583
URL: http://svn.boost.org/trac/boost/changeset/42583
Log:
V1 issue 46.
Text files modified: 
   sandbox/committee/LWG/issues.html         |     2 +-                                      
   sandbox/committee/LWG/thread_library.html |    10 +++++-----                              
   2 files changed, 6 insertions(+), 6 deletions(-)
Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html	(original)
+++ sandbox/committee/LWG/issues.html	2008-01-07 15:28:13 EST (Mon, 07 Jan 2008)
@@ -288,7 +288,7 @@
 <p>✔  44. [threads.condvar] (30.4.1), wait() without predicate: see 11. </p>
 <p>✎  (11) 45. [threads.condvar] (30.4.1), timed_wait() without predicate: see
 11, 43. </p>
-<p>46. [threads.condvar] (30.4.1), last sentence: this belongs at the
+<p>✔ 46. [threads.condvar] (30.4.1), last sentence: this belongs at the
 beginning
 of the [threads.condvar]. </p>
 <p>47. [threads.condvarany] (30.4.2): I haven't read this carefully, but
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html	(original)
+++ sandbox/committee/LWG/thread_library.html	2008-01-07 15:28:13 EST (Mon, 07 Jan 2008)
@@ -2987,6 +2987,11 @@
 </code></pre>
 </blockquote>
 
+<p>
+<code>condition_variable</code>
+shall be a standard-layout class (chapter 9 [class]).
+</p>
+
 <pre><code>
 condition_variable();
 </code></pre>
@@ -3328,11 +3333,6 @@
 </dl>
 </blockquote>
 
-<p>
-<code>condition_variable</code>
-shall be a standard-layout class (chapter 9 [class]).
-</p>
-
 <h4><a name="thread.condvarany">30.4.2 Class condition_variable_any [thread.condvarany]</a></h4>
 
 <p>