-
Notifications
You must be signed in to change notification settings - Fork 1
P2968 R2 Make std::ignore a first-class object #1640
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
An LEWG mailing list review started on Oct 23rd: http://lists.isocpp.org/lib-ext/2023/10/25937.php |
2023-12-12 Library Evolution TeleconP2968R1: Make std::ignore a first-class object 2023-12-12 Library Evolution Telecon Minutes Champion: Peter Sommerlad Chair: Corentin Jabot SummaryPOLL:
Attendance: 21 # of Authors: 1 Author Position: SF Outcome: Consensus POLL: Outcome: Unanimous consent Attendance: 21 # of Authors: 1 POLL: Forward P2968R2 to LWG, to be confirmed by electronic polling after the requested modification requested by LEWG (use of const&, remove the ref qualifier from the function, remove the wording duplication) are applied, to be reviewed by Inbal Levi, Corentin Jabot, and Alisdair Meredith, to be confirmed by electronic polling.
Attendance: 21 # of Authors: 1 Author Position: SF Outcome: Consensus Next StepsAuthor to publish R2 with the requested changes. |
P2968R1 Make std::ignore a first-class object (Peter Sommerlad) |
LWG reviewed and approved for c++26 in St. Louis Poll: put P2968r2 into C++26? Related issues: https://wg21.link/lwg2933 and https://wg21.link/lwg3978 |
Implements as DR11: https://wg21.link/P2968R2 References: - https://eel.is/c++draft/tuple.general - https://eel.is/c++draft/tuple.syn - https://eel.is/c++draft/tuple.creation - https://github.com/cplusplus/draft/milestone/31 - cplusplus/papers#1640 - https://cplusplus.github.io/LWG/issue2933 - https://cplusplus.github.io/LWG/issue3978
…ject (#97401) Implements: https://wg21.link/P2968R2 References: - https://eel.is/c++draft/tuple.general - https://eel.is/c++draft/tuple.syn - https://eel.is/c++draft/tuple.creation - https://github.com/cplusplus/draft/milestone/31 - cplusplus/draft#7109 - cplusplus/papers#1640 - https://cplusplus.github.io/LWG/issue2933 - https://cplusplus.github.io/LWG/issue3978 --------- Co-authored-by: Hristo Hristov <[email protected]>
…ject (llvm#97401) Implements: https://wg21.link/P2968R2 References: - https://eel.is/c++draft/tuple.general - https://eel.is/c++draft/tuple.syn - https://eel.is/c++draft/tuple.creation - https://github.com/cplusplus/draft/milestone/31 - cplusplus/draft#7109 - cplusplus/papers#1640 - https://cplusplus.github.io/LWG/issue2933 - https://cplusplus.github.io/LWG/issue3978 --------- Co-authored-by: Hristo Hristov <[email protected]>
…ject (#97401) Implements: https://wg21.link/P2968R2 References: - https://eel.is/c++draft/tuple.general - https://eel.is/c++draft/tuple.syn - https://eel.is/c++draft/tuple.creation - https://github.com/cplusplus/draft/milestone/31 - cplusplus/draft#7109 - cplusplus/papers#1640 - https://cplusplus.github.io/LWG/issue2933 - https://cplusplus.github.io/LWG/issue3978 --------- Co-authored-by: Hristo Hristov <[email protected]> NOKEYCHECK=True GitOrigin-RevId: 31c9c41873d06f3029ad200c04819e2e9d33c7e7
P2968R0 Make std::ignore a first-class object (Peter Sommerlad)
The text was updated successfully, but these errors were encountered: