|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2007-12-12 20:07:04
Author: hinnant
Date: 2007-12-12 20:07:04 EST (Wed, 12 Dec 2007)
New Revision: 41999
URL: http://svn.boost.org/trac/boost/changeset/41999
Log:
Minor tweaking for V1 issues 4-7, 12 and 13
Text files modified:
sandbox/committee/LWG/thread_library.html | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-12 20:07:04 EST (Wed, 12 Dec 2007)
@@ -498,8 +498,9 @@
Objects of class <code>thread</code> can be in a state that does not represent a
thread of execution.
[<i>Note:</i> A <code>thread</code>
-object does not represent a thread of execution after default construction, or
-after a successful call to <code>detach</code> or <code>join</code>.
+object does not represent a thread of execution after default construction,
+after being moved from,
+or after a successful call to <code>detach</code> or <code>join</code>.
—<i>end note</i>]
</p>
@@ -568,7 +569,7 @@
<p>
An object of type <code>thread::id</code> provides a unique identifer for each
-thread of execution and a distinct value for all thread objects that do not
+thread of execution and a single distinct value for all thread objects that do not
represent a thread of execution ([thread.threads.class]).
Each thread of execution has a <code>thread::id</code>
that is not equal to the <code>thread::id</code>
@@ -5104,4 +5105,4 @@
</p>
</body>
-</html>
\ No newline at end of file
+</html>
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