$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hinnant_at_[hidden]
Date: 2007-12-14 12:09:45
Author: hinnant
Date: 2007-12-14 12:09:45 EST (Fri, 14 Dec 2007)
New Revision: 42038
URL: http://svn.boost.org/trac/boost/changeset/42038
Log:
V1 issue 14.
Text files modified: 
   sandbox/committee/LWG/issues.html         |     2 +-                                      
   sandbox/committee/LWG/thread_library.html |     3 ++-                                     
   2 files changed, 3 insertions(+), 2 deletions(-)
Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html	(original)
+++ sandbox/committee/LWG/issues.html	2007-12-14 12:09:45 EST (Fri, 14 Dec 2007)
@@ -144,7 +144,7 @@
 other thread has this id, and this thread will always have this id. I
 think
 this needs to be said explicitly. </p>
-<p>14. [thread.threads.this] (30.2.2), sleep(Duration): "rounded up to the
+<p>✔ 14. [thread.threads.this] (30.2.2), sleep(Duration): "rounded up to the
 nearest native resolution" should be "rounded to the next larger value
 that
 can be represented in the native resolution" </p>
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html	(original)
+++ sandbox/committee/LWG/thread_library.html	2007-12-14 12:09:45 EST (Fri, 14 Dec 2007)
@@ -1188,7 +1188,8 @@
 <dd>
 The current thread blocks for at least the amount of time specified.
 If the resolution of <code>Duration</code> is finer than the native
-resolution, the time is rounded up to the nearest native resolution.
+resolution, the time is rounded to the next larger value that can be
+represented in the native resolution.
 </dd>
 
 <dt>Synchronization:</dt>