|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2007-11-07 15:39:08
Author: hinnant
Date: 2007-11-07 15:39:07 EST (Wed, 07 Nov 2007)
New Revision: 40908
URL: http://svn.boost.org/trac/boost/changeset/40908
Log:
modified throw spec on unique_lock lock and try_lock
Text files modified:
sandbox/committee/LWG/thread_library.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-11-07 15:39:07 EST (Wed, 07 Nov 2007)
@@ -1702,7 +1702,7 @@
<dt>Throws:</dt>
<dd>
<code>lock_error</code>,
-if on entry <code>owns_lock()</code> is <code>true</code>.
+if on entry <code>owns_lock()</code> is <code>true</code> or if <code>mutex() == 0</code>.
</dd>
</dl>
@@ -1731,7 +1731,7 @@
<dt>Throws:</dt>
<dd>
<code>lock_error</code>,
-if on entry <code>owns_lock()</code> is <code>true</code>.
+if on entry <code>owns_lock()</code> is <code>true</code> or if <code>mutex() == 0</code>.
</dd>
</dl>
@@ -1765,7 +1765,7 @@
<dt>Throws:</dt>
<dd>
<code>lock_error</code>,
-if on entry <code>owns_lock()</code> is <code>true</code>.
+if on entry <code>owns_lock()</code> is <code>true</code> or if <code>mutex() == 0</code>.
</dd>
</dl>
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