summaryrefslogtreecommitdiff
path: root/boost/type_erasure/relaxed.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:12:59 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:12:59 +0900
commitb8cf34c691623e4ec329053cbbf68522a855882d (patch)
tree34da08632a99677f6b79ecb65e5b655a5b69a67f /boost/type_erasure/relaxed.hpp
parent3fdc3e5ee96dca5b11d1694975a65200787eab86 (diff)
downloadboost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.gz
boost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.bz2
boost-b8cf34c691623e4ec329053cbbf68522a855882d.zip
Imported Upstream version 1.67.0upstream/1.67.0
Diffstat (limited to 'boost/type_erasure/relaxed.hpp')
-rw-r--r--boost/type_erasure/relaxed.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/type_erasure/relaxed.hpp b/boost/type_erasure/relaxed.hpp
index 69e57ec7cd..a9ada91df6 100644
--- a/boost/type_erasure/relaxed.hpp
+++ b/boost/type_erasure/relaxed.hpp
@@ -52,7 +52,7 @@ struct is_relaxed_impl :
* - A raw value can be assigned to an @ref any. This will replace
* the value stored by the @ref any. (But note that if @ref assignable
* is present, it takes priority.)
- * - copy assignment of @ref any uses the copy constructor if it can't
+ * - assignment of @ref any uses the constructor if it can't
* use @ref assignable (either because @ref assignable is missing,
* or because the stored types do not match).
* - default construction of @ref any is allowed and creates a null any.