Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2007-10-08 13:50:22


Author: bemandawes
Date: 2007-10-08 13:50:22 EDT (Mon, 08 Oct 2007)
New Revision: 39800
URL: http://svn.boost.org/trac/boost/changeset/39800

Log:
thread5 - with join changed back to detach after Wednesday afternoon
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-10-08 13:50:22 EDT (Mon, 08 Oct 2007)
@@ -301,7 +301,7 @@
 
 <blockquote>
 <p>
-<i>Effects:</i> If <tt>joinable()</tt> then <tt>join()</tt>,
+<i>Effects:</i> If <tt>joinable()</tt> then <tt><del class="diff modified">join()</del><ins class="diff modified">detach()</ins></tt>,
 otherwise no effects.
 </p>
 <p>
@@ -336,7 +336,7 @@
 <blockquote>
 <p>
 <i>Effects:</i> If <tt>this</tt> currently refers to a <tt>joinable</tt> <del class="diff modified">thread, </del><ins class="diff modified">thread object, </ins>calls
-<ins><tt>join()</tt></ins>. Then assigns the state of <tt><i>x</i></tt> to <tt>*this</tt>
+<ins><tt><del class="diff modified">join()</del><ins class="diff modified">detach()</ins></tt></ins>. Then assigns the state of <tt><i>x</i></tt> to <tt>*this</tt>
 and sets <tt><i>x</i></tt> to a default constructed state.
 </p>
 <p>
@@ -348,8 +348,9 @@
 assignment.
 </p>
 <p>
-<del><i>Throws:</i> Nothing.</del>
-</p>
+<del class="diff"><del></del><i>Throws:</i> <del class="diff modified">Nothing.</del>
+</del><ins class="diff modified"><i>Throws:</i> Nothing.
+</ins></p>
 </blockquote>
 </blockquote>
 


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