-
Notifications
You must be signed in to change notification settings - Fork 1
P2347 Argument type deduction for non-trailing parameter packs #1055
New issue
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
Comments
P2347R1 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli) |
P2347R2 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli) |
This was see on the 2021-08-04 EWG telecon.
void log(string_view formatString, auto&&...args, source_location loc = source_location::current());
Result: consensus.
Result: consensus. |
This was labeled as needs-revision based on the 2021-08-04 EWG telecon evaluation of P2347r1. In 2021-10, P2347r2 was published. Is further revision needed? What are the next steps for P2347? |
@jfbastien , that comment seems accurate: Your update to this issue was way later than the publication of the R2. What's the status here? |
yes, it could use a revision. I am not sure r2 was presented but it's not the correct direction anyway. |
P2347R0 Argument type deduction for non-trailing parameter packs (Corentin Jabot, Bruno Manganelli)
The text was updated successfully, but these errors were encountered: