|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2008-01-21 16:12:11
Author: hinnant
Date: 2008-01-21 16:12:10 EST (Mon, 21 Jan 2008)
New Revision: 42907
URL: http://svn.boost.org/trac/boost/changeset/42907
Log:
Clarified thread::id reuse.
Text files modified:
sandbox/committee/LWG/thread_library.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2008-01-21 16:12:10 EST (Mon, 21 Jan 2008)
@@ -580,6 +580,8 @@
and that is not equal to
the <code>thread::id</code> of <code>std::thread</code> objects
that do not represent threads of execution.
+The library may reuse the value of a <code>thread::id</code> of a
+terminated thread that can no longer be joined.
</p>
<p>
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