]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/test/cpp_test_library.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / dll / test / cpp_test_library.cpp
index 14396f87dc60903df525d9a4cf336407ce05be4b..97f0037b558cc28ef0ef0893f630c20d35c527bc 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2016 Klemens Morgenstern
-// Copyright 2017-2020 Antony Polukhin
+// Copyright Antony Polukhin, 2017-2022
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt
@@ -99,7 +99,7 @@ struct BOOST_SYMBOL_EXPORT some_class : some_father
 some_class::some_class(some_class &&){}
 
 
-some_class& some_class::operator=(some_class &&ref) {return ref;}
+some_class& some_class::operator=(some_class &&) {return *this;}
 
 
 BOOST_SYMBOL_EXPORT extern std::size_t size_of_some_class;