We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Yes this behaviour is extremely aggravating. @bingmann plz fix in Thrill, too.
Sorry, something went wrong.
Plz fix in uncrustify.
While not perfect IMHO it's better #7
3faf3f0
5e932aa
No branches or pull requests
The indention configured in uncrustify makes usage of lambdas (especially as function parameters) impractical.
Where the following solution would be much better
The text was updated successfully, but these errors were encountered: