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