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
P2347R0 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli)
The text was updated successfully, but these errors were encountered:
P2347R1 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli)
Sorry, something went wrong.
P2347R2 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli)
This was see on the 2021-08-04 EWG telecon.
POLL: as proposed in the paper, support deduced non-terminal pack followed by a parameter with a default argument, for example:
void log(string_view formatString, auto&&...args, source_location loc = source_location::current());
Result: consensus.
POLL: we’re interested in seeing an update to P2347r1, knowing that time is limited.
No branches or pull requests
P2347R0 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli)
The text was updated successfully, but these errors were encountered: