Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-14 11:17:23


Author: hinnant
Date: 2007-12-14 11:17:22 EST (Fri, 14 Dec 2007)
New Revision: 42034
URL: http://svn.boost.org/trac/boost/changeset/42034

Log:
V1 issue 8.

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

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-14 11:17:22 EST (Fri, 14 Dec 2007)
@@ -29,7 +29,7 @@
 <h1>Multi-threading Library for Standard C++ (Revision 1)</h1>
 
 <p>
-ISO/IEC JTC1 SC22 WG21 N???? = 07-???? - 2007-12-12
+ISO/IEC JTC1 SC22 WG21 N???? = 07-???? - 2007-12-14
 </p>
 
 <p>
@@ -776,11 +776,11 @@
 <dl>
 <dt>Requires:</dt>
 <dd>
-<code>F</code> is a callable type ([func.def]).
-If <code>f</code> is an lvalue, <code>F</code>
-is <code>CopyConstructible</code>.
-If <code>f</code> is an rvalue,
-<code>F</code> is <code>MoveConstructible</code>.
+<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] 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>.
 </dd>
 
 <dt>Effects:</dt>
@@ -5112,4 +5112,4 @@
 </p>
 
 </body>
-</html>
\ No newline at end of file
+</html>


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