|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56930 - sandbox/committee/rvalue_ref
From: dave_at_[hidden]
Date: 2009-10-16 14:46:41
Author: dave
Date: 2009-10-16 14:46:40 EDT (Fri, 16 Oct 2009)
New Revision: 56930
URL: http://svn.boost.org/trac/boost/changeset/56930
Log:
Fixes from Alisdair.
Text files modified:
sandbox/committee/rvalue_ref/N2983.html | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
Modified: sandbox/committee/rvalue_ref/N2983.html
==============================================================================
--- sandbox/committee/rvalue_ref/N2983.html (original)
+++ sandbox/committee/rvalue_ref/N2983.html 2009-10-16 14:46:40 EDT (Fri, 16 Oct 2009)
@@ -626,11 +626,11 @@
<tr><td><tt class="docutils literal"><span class="pre">template</span> <span class="pre"><class</span> <span class="pre">T></span>
<span class="pre">struct</span>
<span class="pre">has_nothrow_move_constructor;</span></tt></td>
-<td><tt class="docutils literal"><span class="pre">T</span></tt> is a class type with
-a move constructor that is
-known not to throw any
+<td><tt class="docutils literal"><span class="pre">T</span></tt> is a type with a move
+constructor that is known
+not to throw any
exceptions.</td>
-<td><tt class="docutils literal"><span class="pre">has_move_constructor<T></span> <span class="pre">::value</span></tt></td>
+<td><tt class="docutils literal"><span class="pre">has_move_constructor<T>::value</span></tt></td>
</tr>
<tr><td><tt class="docutils literal"><span class="pre">template</span> <span class="pre"><class</span> <span class="pre">T></span>
<span class="pre">struct</span> <span class="pre">has_move_assign;</span></tt></td>
@@ -641,11 +641,11 @@
<tr><td><tt class="docutils literal"><span class="pre">template</span> <span class="pre"><class</span> <span class="pre">T></span>
<span class="pre">struct</span>
<span class="pre">has_nothrow_move_assign;</span></tt></td>
-<td><tt class="docutils literal"><span class="pre">T</span></tt> is a class type with
-a move assignment operator
-that is known not to throw
-any exceptions.</td>
-<td><tt class="docutils literal"><span class="pre">has_move_assign<T>::</span> <span class="pre">value</span></tt></td>
+<td><tt class="docutils literal"><span class="pre">T</span></tt> is a type with a move
+assignment operator that is
+known not to throw any
+exceptions.</td>
+<td><tt class="docutils literal"><span class="pre">has_move_assign<T>::value</span></tt></td>
</tr>
<tr><td><tt class="docutils literal"><span class="pre">template</span> <span class="pre"><class</span> <span class="pre">T></span>
<span class="pre">struct</span> <span class="pre">has_copy_constructor;</span></tt></td>
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