-
Notifications
You must be signed in to change notification settings - Fork 772
[algorithm.syn] Missing default template arg for find_last #7802
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
In fact the template head doesn't match at all:
vs
|
I think it's just a missing edit for P3217R0 (16c3fc4) |
@rarutyun I've approved the PR to fix this, so you can drop this fix from your paper (thanks @frederick-vs-ja) |
Thanks,
I assumed that it will be done, so I proactively removed it from the paper before publishing R8.
Best Regards,
Ruslan
From: Jonathan Wakely ***@***.***>
Sent: Friday, May 16, 2025 11:13 AM
To: cplusplus/draft ***@***.***>
Cc: Arutyunyan, Ruslan ***@***.***>; Mention ***@***.***>
Subject: Re: [cplusplus/draft] [algorithm.syn] Missing default template arg for find_last (Issue #7802)
[https://avatars.githubusercontent.com/u/1254480?s=20&v=4]jwakely left a comment (cplusplus/draft#7802)<#7802 (comment)>
@rarutyun<https://github.com/rarutyun> I've approved the PR to fix this, so you can drop this fix from your paper (thanks @frederick-vs-ja<https://github.com/frederick-vs-ja>)
—
Reply to this email directly, view it on GitHub<#7802 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIAQ7WUW4OVKYPVXIGITMZT26YMCNAVCNFSM6AAAAAB2AAFY46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOBXGI3TINZTGM>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
In the synopsis, the declaration of
find_last
does not set the default type forT
. In [alg.find.last], it does:class T = projected_value_t<I, Proj>
It should be in the synopsis too.
The text was updated successfully, but these errors were encountered: