Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57350 - sandbox/committee/rvalue_ref
From: dave_at_[hidden]
Date: 2009-11-03 21:07:02


Author: dave
Date: 2009-11-03 21:07:01 EST (Tue, 03 Nov 2009)
New Revision: 57350
URL: http://svn.boost.org/trac/boost/changeset/57350

Log:
fixed another bug; thanks again, Sebastian! http://cpp-next.com/archive/2009/11/report-from-santa-cruz-c-committee-meeting/comment-page-1/#comment-268
Text files modified:
   sandbox/committee/rvalue_ref/N2983-throwing-move.rst | 4 ++--
   sandbox/committee/rvalue_ref/N2983.html | 6 +++---
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: sandbox/committee/rvalue_ref/N2983-throwing-move.rst
==============================================================================
--- sandbox/committee/rvalue_ref/N2983-throwing-move.rst (original)
+++ sandbox/committee/rvalue_ref/N2983-throwing-move.rst 2009-11-03 21:07:01 EST (Tue, 03 Nov 2009)
@@ -167,8 +167,8 @@
 current working draft; it would be identical to the proposed
 ``is_nothrow_constructible<T,T&&>`` from N2953_. In other words, it
 returns ``true`` only when it can prove the move constructor doesn't
-throw, and is *allowed* to return ``false`` even when the move
-constructor can throw.
+throw, and is *allowed* to return ``false`` otherwise, even if the
+move constructor is actually nonthrowing.
 
 An Optimization Hint
 ********************

Modified: sandbox/committee/rvalue_ref/N2983.html
==============================================================================
--- sandbox/committee/rvalue_ref/N2983.html (original)
+++ sandbox/committee/rvalue_ref/N2983.html 2009-11-03 21:07:01 EST (Tue, 03 Nov 2009)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
 <title>Allowing Move Constructors to Throw</title>
 <meta name="author" content="David Abrahams, Rani Sharoni, Doug Gregor" />
 <meta name="organization" content="BoostPro Computing" />
@@ -497,8 +497,8 @@
 current working draft; it would be identical to the proposed
 <tt class="docutils literal"><span class="pre">is_nothrow_constructible&lt;T,T&amp;&amp;&gt;</span></tt> from <a class="reference external" href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2953.html">N2953</a>. In other words, it
 returns <tt class="docutils literal"><span class="pre">true</span></tt> only when it can prove the move constructor doesn't
-throw, and is <em>allowed</em> to return <tt class="docutils literal"><span class="pre">false</span></tt> even when the move
-constructor can throw.</p>
+throw, and is <em>allowed</em> to return <tt class="docutils literal"><span class="pre">false</span></tt> otherwise, even if the
+move constructor is actually nonthrowing.</p>
 </div>
 <div class="section" id="an-optimization-hint">
 <h1><a class="toc-backref" href="#id10">An Optimization Hint</a></h1>


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