$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84603 - branches/release/libs/any/doc
From: antoshkka_at_[hidden]
Date: 2013-06-01 14:56:30
Author: apolukhin
Date: 2013-06-01 14:56:30 EDT (Sat, 01 Jun 2013)
New Revision: 84603
URL: http://svn.boost.org/trac/boost/changeset/84603
Log:
Docs update: ValueType of Boost.Any shall be CopyConstructible, not Move constructible (refs #6999)
Text files modified:
branches/release/libs/any/doc/any.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: branches/release/libs/any/doc/any.xml
==============================================================================
--- branches/release/libs/any/doc/any.xml (original)
+++ branches/release/libs/any/doc/any.xml 2013-06-01 14:56:30 EDT (Sat, 01 Jun 2013)
@@ -237,8 +237,7 @@
<itemizedlist spacing="compact">
<listitem><simpara>A <emphasis>ValueType</emphasis> is
- <emphasis>CopyConstructible</emphasis> [20.1.3] or
- <emphasis>MoveConstructible</emphasis> in C++11.</simpara>
+ <emphasis>CopyConstructible</emphasis> [20.1.3].</simpara>
</listitem>
<listitem><simpara>The destructor for a