We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ed0f2 commit 89941d9Copy full SHA for 89941d9
source/to_cpp1.h
@@ -1726,8 +1726,8 @@ class cppfront
1726
&& !in_non_rvalue_context.back()
1727
&& !is_class_member_access;
1728
1729
- // Add `std::move(*this).` when implicitly moving a member on last use.
1730
- // This way, members of lvalue reference type won't be implicitly moved.
+ // Add `std::move(*this).` when implicitly moving a member on last use
+ // This way, members of lvalue reference type won't be implicitly moved
1731
bool add_this =
1732
add_move
1733
&& synthesized_multi_return_size == 0
0 commit comments