mirror of
https://github.com/boostorg/fiber.git
synced 2026-01-31 20:22:07 +00:00
RVO instead rvalue test_future
This commit is contained in:
@@ -74,7 +74,7 @@ int fn8( int i) {
|
||||
A fn9() {
|
||||
A a;
|
||||
a.value = 3;
|
||||
return std::move( a);
|
||||
return a;
|
||||
}
|
||||
|
||||
A fn10() {
|
||||
|
||||
Reference in New Issue
Block a user