Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-10-29 20:01:44


Author: crowl
Date: 2007-10-29 20:01:43 EDT (Mon, 29 Oct 2007)
New Revision: 40584
URL: http://svn.boost.org/trac/boost/changeset/40584

Log:
Normalized <i>INVOKE</i> to <var>INVOKE</var>.

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

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-10-29 20:01:43 EDT (Mon, 29 Oct 2007)
@@ -556,7 +556,7 @@
 <dt>Effects:</dt>
 <dd>
 Constructs an object of type <code>thread</code>
-and executes <code><i>INVOKE</i>(f, t1, t2, ..., tN)</code>
+and executes <code><var>INVOKE</var>(f, t1, t2, ..., tN)</code>
 in a new thread, where <code>t1, t2,
 ..., tN</code> are the values in <code>args...</code>.
 Any return value from <code>f</code> is ignored.


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