Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2008-01-07 14:41:31


Author: hinnant
Date: 2008-01-07 14:41:31 EST (Mon, 07 Jan 2008)
New Revision: 42574
URL: http://svn.boost.org/trac/boost/changeset/42574

Log:
V1 issue 3.

Text files modified:
   sandbox/committee/LWG/issues.html | 2 +-
   sandbox/committee/LWG/thread_library.html | 7 ++++---
   2 files changed, 5 insertions(+), 4 deletions(-)

Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html (original)
+++ sandbox/committee/LWG/issues.html 2008-01-07 14:41:31 EST (Mon, 07 Jan 2008)
@@ -35,7 +35,7 @@
 there are no constraints on what these things do, just drop them.
 Implementors
 can add things like this in the implementor's namespace. </p>
-<p>3. [thread.threads.class] (30.2.1): &quot;A thread object uniquely
+<p>&#9998; 3. [thread.threads.class] (30.2.1): &quot;A thread object uniquely
 represents a
 particular thread of execution and the right to join with it. That
 right may

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2008-01-07 14:41:31 EST (Mon, 07 Jan 2008)
@@ -490,9 +490,10 @@
 and to perform other operations
 that manage and query the state of the thread.
 A <code>thread</code> object uniquely represents
-a particular thread of execution
-and the right to join with it.
-That right may be transferred to other thread objects.
+a particular thread of execution.
+That representation may be transferred to other thread objects
+in such a way that no two <code>thread</code> objects simultaneously
+represent the same thread of execution.
 A thread of execution is <dfn>detached</dfn>
 when no <code>thread</code> object represents that thread.
 Objects of class <code>thread</code> can be in a state


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