]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/any/test/any_test_rv.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / any / test / any_test_rv.cpp
index 0571c7070926b730b6600d12e411388e655d29de..3f752ef3588fda9ca116ccadbaf675f2c765c937 100644 (file)
@@ -2,7 +2,7 @@
 //
 //  See http://www.boost.org for most recent version, including documentation.
 //
-//  Copyright Antony Polukhin, 2013-2014.
+//  Copyright Antony Polukhin, 2013-2019.
 //
 //  Distributed under the Boost
 //  Software License, Version 1.0. (See accompanying file
@@ -153,7 +153,7 @@ namespace any_tests // test definitions
         move_copy_conting_class::moves_count = 0;
         any value(value0); 
 
-        check_false(value0.empty(), "copyed value is not empty");
+        check_false(value0.empty(), "copied value is not empty");
         check_false(value.empty(), "empty");
         check_equal(value.type(), typeindex::type_id<move_copy_conting_class>(), "type");
         check_non_null(any_cast<move_copy_conting_class>(&value), "any_cast<move_copy_conting_class>");
@@ -173,7 +173,7 @@ namespace any_tests // test definitions
         move_copy_conting_class::moves_count = 0;
         value = value0; 
 
-        check_false(value0.empty(), "copyied value is not empty");
+        check_false(value0.empty(), "copied value is not empty");
         check_false(value.empty(), "empty");
         check_equal(value.type(), typeindex::type_id<move_copy_conting_class>(), "type");
         check_non_null(any_cast<move_copy_conting_class>(&value), "any_cast<move_copy_conting_class>");