|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56929 - sandbox/committee/rvalue_ref
From: dave_at_[hidden]
Date: 2009-10-16 14:46:25
Author: dave
Date: 2009-10-16 14:46:23 EDT (Fri, 16 Oct 2009)
New Revision: 56929
URL: http://svn.boost.org/trac/boost/changeset/56929
Log:
Fixes from Alisdair.
Text files modified:
sandbox/committee/rvalue_ref/N2983-throwing-move.rst | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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-10-16 14:46:23 EDT (Fri, 16 Oct 2009)
@@ -333,18 +333,18 @@
| ``template <class T> |``T`` has a move |``T`` shall be a complete type. |
| struct has_move_constructor;`` |constructor (17.3.14). | |
+--------------------------------+---------------------------+-----------------------------------+
-| ``template <class T> |``T`` is a class type with |``has_move_constructor<T> ::value``|
-| struct |a move constructor that is | |
-| has_nothrow_move_constructor;``|known not to throw any | |
+| ``template <class T> |``T`` is a type with a move|``has_move_constructor<T>::value`` |
+| struct |constructor that is known | |
+| has_nothrow_move_constructor;``|not to throw any | |
| |exceptions. | |
+--------------------------------+---------------------------+-----------------------------------+
| ``template <class T> |``T`` has a move assignment|``T`` shall be a complete type. |
| struct has_move_assign;`` |operator (17.3.13). | |
+--------------------------------+---------------------------+-----------------------------------+
-| ``template <class T> |``T`` is a class type with |``has_move_assign<T>:: value`` |
-| struct |a move assignment operator | |
-| has_nothrow_move_assign;`` |that is known not to throw | |
-| |any exceptions. | |
+| ``template <class T> |``T`` is a type with a move|``has_move_assign<T>::value`` |
+| struct |assignment operator that is| |
+| has_nothrow_move_assign;`` |known not to throw any | |
+| |exceptions. | |
+--------------------------------+---------------------------+-----------------------------------+
| ``template <class T> |``T`` has a copy |``T`` shall be a complete type, an |
| struct has_copy_constructor;`` |constructor (12.8). |array of unknown bound, or |
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