Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-12 19:44:02


Author: hinnant
Date: 2007-12-12 19:44:01 EST (Wed, 12 Dec 2007)
New Revision: 41998
URL: http://svn.boost.org/trac/boost/changeset/41998

Log:
Addressed V1 issue 1.

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

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-12 19:44:01 EST (Wed, 12 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-09
+ISO/IEC JTC1 SC22 WG21 N???? = 07-???? - 2007-12-12
 </p>
 
 <p>
@@ -382,8 +382,9 @@
 described in this clause
 are specified to throw exceptions of type <code>system_error</code>
 ([syserr.syserr]).
-Such exceptions shall be thrown when one of these operating
-system or other low-level API calls result in an error.
+Such exceptions shall be thrown if such a call results in an error that
+prevents the library function from satisfying its postconditions or from
+returning a meaningful value.
 </p>
 
 <p>


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