$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: Lawrence_at_[hidden]
Date: 2007-12-14 20:42:51
Author: crowl
Date: 2007-12-14 20:42:51 EST (Fri, 14 Dec 2007)
New Revision: 42056
URL: http://svn.boost.org/trac/boost/changeset/42056
Log:
Chagne call_once Effects "successful" to "effective".
Text files modified:
sandbox/committee/LWG/thread_library.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-14 20:42:51 EST (Fri, 14 Dec 2007)
@@ -2748,7 +2748,7 @@
is called
as-if by invoking <code>func(args)</code>.
The <code>call_once</code>
-is successful if and only if
+is effective if and only if
<code>func(args)</code> returns without exception.
If an exception is thrown,
the exception is propagated to the caller.
@@ -5080,4 +5080,4 @@
</p>
</body>
-</html>
\ No newline at end of file
+</html>