]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/fiber/test/test_shared_future_dispatch.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / fiber / test / test_shared_future_dispatch.cpp
index c6f16a5ee6e8ea7c59a5a66c7b8566255be769c2..2dd327ff0b92fa9d1066e583e6ccb10a11e403c9 100644 (file)
@@ -79,7 +79,7 @@ int fn8( int i) {
 A fn9() {
      A a;
      a.value = 3;
-     return std::move( a);
+     return a;
 }
 
 A fn10() {