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 5438caa commit 8c126b3Copy full SHA for 8c126b3
src/LayerPlan.cpp
@@ -1322,7 +1322,7 @@ std::vector<LayerPlan::PathCoasting>
1322
1323
for (const auto& reversed_chunk : paths | ranges::views::enumerate | ranges::views::reverse
1324
| ranges::views::chunk_by(
1325
- [](const auto&path_a, const auto&path_b)
+ [](const auto& path_a, const auto& path_b)
1326
{
1327
return (! std::get<1>(path_a).isTravelPath()) || std::get<1>(path_b).isTravelPath();
1328
}))
0 commit comments