Skip to content

Commit b1754db

Browse files
committed
Updated regression test results to match latest merge
1 parent 7a8bc1e commit b1754db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
std::string y { "\n" };
2424
std::ranges::for_each( view, [_0 = (&y)](auto const& x){
25-
std::cout << (*_0 ).c_str() << x << *_0;
25+
std::cout << (*(_0)).c_str() << x << *_0;
2626
} );
2727

2828
auto callback { [](auto& x) { return x += "-ish"; } };

0 commit comments

Comments
 (0)