Boost logo

Boost-Commit :

From: anthony_at_[hidden]
Date: 2008-07-25 18:01:05


Author: anthonyw
Date: 2008-07-25 18:01:04 EDT (Fri, 25 Jul 2008)
New Revision: 47816
URL: http://svn.boost.org/trac/boost/changeset/47816

Log:
Fix for trac issue #2118
Text files modified:
   trunk/libs/thread/doc/thread_ref.qbk | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/libs/thread/doc/thread_ref.qbk
==============================================================================
--- trunk/libs/thread/doc/thread_ref.qbk (original)
+++ trunk/libs/thread/doc/thread_ref.qbk 2008-07-25 18:01:04 EDT (Fri, 25 Jul 2008)
@@ -880,7 +880,9 @@
 
 [variablelist
 
-[[Effects:] [A copy of `func` is taken and stored to in thread-specific storage. This copy is invoked when the current thread exits.]]
+[[Effects:] [A copy of `func` is placed in
+thread-specific storage. This copy is invoked when the current thread
+exits (even if the thread has been interrupted).]]
 
 [[Postconditions:] [A copy of `func` has been saved for invocation on thread exit.]]
 


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