Open manpen opened 6 years ago
The indention configured in uncrustify makes usage of lambdas (especially as function parameters) impractical.
auto local_queue_at_max_size = [&]() { return foo; };
Where the following solution would be much better
Yes this behaviour is extremely aggravating. @bingmann plz fix in Thrill, too.
Plz fix in uncrustify.
The indention configured in uncrustify makes usage of lambdas (especially as function parameters) impractical.
Where the following solution would be much better