Boost logo

Boost-Commit :

From: Lawrence_at_[hidden]
Date: 2007-12-14 21:14:08


Author: crowl
Date: 2007-12-14 21:14:08 EST (Fri, 14 Dec 2007)
New Revision: 42061
URL: http://svn.boost.org/trac/boost/changeset/42061

Log:
Normalize section reference.

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-12-14 21:14:08 EST (Fri, 14 Dec 2007)
@@ -784,7 +784,7 @@
 <code>F</code> and each <code>Ti</code> in <code>Args</code> shall be
 <code>CopyConstructible</code>
 if an lvalue and otherwise <code>MoveConstructible</code>.
-<code><var>INVOKE</var>(f, w1, w2, ..., wN)</code> [func.require]
+<code><var>INVOKE</var>(f, w1, w2, ..., wN)</code> ([func.require])
 shall be a valid expression
 for some values <code><var>w1</var>, <var>w2</var>, ..., <var>wN</var></code>,
 where <code>N == sizeof...(Args)</code>.


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