|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51925 - sandbox/committee/rvalue_ref
From: dgregor_at_[hidden]
Date: 2009-03-22 23:40:29
Author: dgregor
Date: 2009-03-22 23:40:27 EDT (Sun, 22 Mar 2009)
New Revision: 51925
URL: http://svn.boost.org/trac/boost/changeset/51925
Log:
Stub for implicitly non-throwing destructors
Text files modified:
sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
Modified: sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html
==============================================================================
--- sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html (original)
+++ sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html 2009-03-22 23:40:27 EDT (Sun, 22 Mar 2009)
@@ -51,6 +51,7 @@
<li>The noexcept
Specifier</li>
<li>noexcept
In Concepts</li>
<li>Move Constructors are Non-Throwing</li>
+ <li>Destructors are Non-throwing</li>
<li>The noexcept
Block</li>
<li>Library Changes
<ul>
@@ -540,7 +541,9 @@
<!-- Drafting note: The move constructor generated for closure types will need to be fixed, too. -->
-TODO: should destructors be implicitly <code>noexcept</code>?
+<h3 id="noexcept-destruct">Destructors are Non-throwing</h3>
+
+<p>All destructors will implicitly be declared <code>noexcept</code>
<h3 id="noexcept-block">The <code>noexcept</code> Block</h3>
@@ -672,5 +675,5 @@
<hr>
<address></address>
-<!-- hhmts start --> Last modified: Sun Mar 22 20:27:53 PDT 2009 <!-- hhmts end -->
+<!-- hhmts start --> Last modified: Sun Mar 22 20:41:22 PDT 2009 <!-- hhmts end -->
</body> </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