"src/include/integral_constant.hip.hpp" did not exist on "766b0a9eafe29a5d2a75c350345e54165ceaf405"
Commit 9f934033 authored by Paul's avatar Paul
Browse files

Formatting

parent 6d348981
...@@ -291,8 +291,9 @@ struct match_fold_f ...@@ -291,8 +291,9 @@ struct match_fold_f
bool matches = Start; bool matches = Start;
select(start, [&](auto ins) { select(start, [&](auto ins) {
auto fm = [&] { auto fm = [&] {
return mpack( return mpack([&](auto... ms) {
[&](auto... ms) { return match_fold_f::fold_matchers(ctx, ins, ms...); }); return match_fold_f::fold_matchers(ctx, ins, ms...);
});
}; };
matches = op(always(matches), fm); matches = op(always(matches), fm);
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment