|
| 1 | +In file included from pure2-last-use.cpp:7: |
| 2 | +pure2-last-use.cpp2: In member function ‘void issue_857::o2() &&’: |
| 3 | +pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member |
| 4 | + 128 | o2:(move this) = 0.n(); |
| 5 | + | ^ |
| 6 | +pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context |
| 7 | + 128 | o2:(move this) = 0.n(); |
| 8 | + | ^ |
| 9 | +pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member |
| 10 | + 128 | o2:(move this) = 0.n(); |
| 11 | + | ^ |
| 12 | +pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context |
| 13 | + 128 | o2:(move this) = 0.n(); |
| 14 | + | ^ |
| 15 | +pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member |
| 16 | + 128 | o2:(move this) = 0.n(); |
| 17 | + | ^ |
| 18 | +pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context |
| 19 | + 128 | o2:(move this) = 0.n(); |
| 20 | + | ^ |
| 21 | +pure2-last-use.cpp2:128:58: error: ‘this’ may not be used in this context |
| 22 | + 128 | o2:(move this) = 0.n(); |
| 23 | + | ^ |
| 24 | +pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member |
| 25 | + 128 | o2:(move this) = 0.n(); |
| 26 | + | ^ |
| 27 | +pure2-last-use.cpp2: In lambda function: |
| 28 | +pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member |
| 29 | + 128 | o2:(move this) = 0.n(); |
| 30 | + | ^ |
| 31 | +pure2-last-use.cpp2:128:47: error: ‘std::move’ is not a class member |
| 32 | + 128 | o2:(move this) = 0.n(); |
| 33 | + | ^ |
| 34 | +pure2-last-use.cpp2: In member function ‘void issue_857::o2() &&’: |
| 35 | +pure2-last-use.cpp2:128:66: error: no match for call to ‘(issue_857::o2() &&::<lambda(Obj&&, Params&& ...)>) (int)’ |
| 36 | + 128 | o2:(move this) = 0.n(); |
| 37 | + | ^ |
| 38 | +pure2-last-use.cpp2:128:37: note: candidate: ‘template<class Obj, class ... Params, bool IsNothrow> issue_857::o2() &&::<lambda(Obj&&, Params&& ...)>’ |
| 39 | + 128 | o2:(move this) = 0.n(); |
| 40 | + | ^ |
| 41 | +pure2-last-use.cpp2:128:37: note: template argument deduction/substitution failed: |
0 commit comments