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
Similar to #91, but for other operators.
auto f = [](auto... i) { return (.../i); }; // (__i0 / __i1 / __i2) auto g = [](auto... i) { return (i/...); }; // (__i0 / __i1 / __i2) also f(1,2,3); g(1,2,3);
https://cppinsights.io/lnk?code=aW50IG1haW4oKQp7CiAgYXV0byBmID0gW10oYXV0by4uLiBpKSB7IHJldHVybiAoLi4uL2kpOyB9OwogIGF1dG8gZyA9IFtdKGF1dG8uLi4gaSkgeyByZXR1cm4gKGkvLi4uKTsgfTsKICBmKDEsMiwzKTsKICBnKDEsMiwzKTsKfQ==&insightsOptions=cpp2a&std=cpp2a&rev=1.0
The text was updated successfully, but these errors were encountered:
Hello @jonathanpoelen,
thank you for discovering and reporting this. I probably was to conservative with the fix in #91. I will push a fix probably by today.
Andreas
Sorry, something went wrong.
Looks like there are multiple issues with the CI builds. With that, I will not be able to provide a fix today.
bb123e0
Merge pull request #267 from andreasfertig/fixIssue264
8733215
Fixed #264: Wrap BinaryOperators in their according parentheses.
No branches or pull requests
Similar to #91, but for other operators.
https://cppinsights.io/lnk?code=aW50IG1haW4oKQp7CiAgYXV0byBmID0gW10oYXV0by4uLiBpKSB7IHJldHVybiAoLi4uL2kpOyB9OwogIGF1dG8gZyA9IFtdKGF1dG8uLi4gaSkgeyByZXR1cm4gKGkvLi4uKTsgfTsKICBmKDEsMiwzKTsKICBnKDEsMiwzKTsKfQ==&insightsOptions=cpp2a&std=cpp2a&rev=1.0
The text was updated successfully, but these errors were encountered: