P2648R0
2022-10 Library Evolution Polls

Published Proposal,

Author:
(NVIDIA)
Source:
GitHub
Issue Tracking:
GitHub
Project:
ISO/IEC JTC1/SC22/WG21 14882: Programming Language — C++
Audience:
WG21

1. Introduction

This paper contains the decision polls that the C++ Library Evolution group will take in 2022-10.

2. Voting

These decision polls will be conducted electronically; see [P2195R2] for more information on electronic voting procedures.

All committee members may vote, but if you have not participated in the Library Evolution discussions of a poll, please choose to not vote.

2.1. How to Vote

Vote here (C++23 polls).

Vote here (C++26 and Technical Specification polls).

A documents.isocpp.org account is necessary to vote. If you have an isocpp.org/papers account, a documents.isocpp.org account has been created for you. Just go to documents.isocpp.org and reset your password. Email Bryce Adelstein Lelbach if you do not have an account or are having trouble accessing your account.

If you see "Form not found" when you go to the above link, you are not signed in to documents.isocpp.org. Go to documents.isocpp.org and sign in first.

You will not receive a confirmation email after voting. The Library Evolution chairs will send a confirmation to all voters before the close of the poll.

If you need to change how you voted or have any questions or issues about voting, please email Bryce Adelstein Lelbach.

2.2. Voting Timeline

3. Poll Structure

Each poll consists of a statement; you vote on whether you support the statement. All polls will be 5-way polls; you’ll vote either "strongly favor", "weakly favor", "neutral", "weakly against", or "strongly against".

Polls phrased as "Return X" indicate that the paper was sent to Library Working Group in the past, and Libary Working Group returned it to us with questions. Polls phrased as "Send X" indicate that the paper has not previously been sent to Library Working Group.

All committee members may vote, but if you have not participated in the Library Evolution discussions of a poll (in-person, over telecon, or over email), please consider whether you sufficiently understand the topic to be able to vote in an informed manner. If you do not, please choose to not participate in the poll.

If you do not want to participate in a poll, select the "I do not want to participate in this poll" option. Those who do not participate in a poll will not be counted or recorded. Voting neutral is not the same as choosing to not participate; please don’t vote neutral if you did not participate in the discussions of the poll.

Each poll has a comment field. Please write a few sentences explaining the rationale for your vote. We recommend drafting your comments in a text editor and then pasting them into the polling system.

Poll results and selected comments will be shared with Library Evolution after the end of the polling period, including attribution of your votes and comments.

If you want to discuss the polls or how you plan on voting, please start an email thread on the Library Evolution mailing list.

You will not receive a confirmation email after voting.

If you need to see how you voted, change how you voted, or have any questions or issues about voting, please contact the Library Evolution chair.

3.1. C++23 Polls

3.1.1. [P2539R3] print To Terminal Synchronization

Return [P2539R3] print To Terminal Synchronization to Library Working Group for C++23, classified as an improvement of an existing feature ([P0592R4] bucket 2 item).

3.1.2. [LWG3515] [stacktrace.basic.nonmem]: operator<< Should Be Less Templatized

Send the proposed resolution to [LWG3515] [stacktrace.basic.nonmem]: operator<< Should Be Less Templatized to Library Working Group for C++23, classified as an improvement of an existing feature ([P0592R4] bucket 2 item).

3.2. C++26 and Technical Specification Polls

3.2.1. [P2631R0] Publish The Library Fundamentals v3 Technical Specification Now

Publish the Library Fundamentals v3 Technical Specification now as per [P2631R0].

3.2.2. Don’t Publish The Library Fundamentals v3 Technical Specification

Don’t publish the Library Fundamentals v3 Technical Specification, but evaluate its contents for inclusion into a future International Standard.

3.2.3. [P1083R6] resource_adaptor

Return [P1083R6] resource_adaptor to Library Working Group for C++26, classified as an addition ([P0592R4] bucket 3 item).

3.2.4. [P2587R3] to_string Or Not to_string

Send [P2587R3] to_string Or Not to_string to Library Working Group for C++26, classified as an improvement of an existing feature ([P0592R4] bucket 2 item).

3.2.5. [P2495R1] Interfacing stringstreams With string_view

Send [P2495R1] Interfacing stringstreams With string_view to Library Working Group for C++26, classified as an addition ([P0592R4] bucket 3 item).

3.2.6. [P2510R3] Formatting Pointers

Send [P2510R3] Formatting Pointers to Library Working Group for C++26, classified as an addition ([P0592R4] bucket 3 item).

3.2.7. [P2572R0] std::format Fill Character Allowances

Send [P2572R0] std::format Fill Character Allowances to Library Working Group for C++26, classified as an improvement of an existing feature ([P0592R4] bucket 2 item).

3.2.8. [P2511R2] Beyond operator(): NTTP Callables In Type-Erased Call Wrappers

Send [P2511R2] Beyond operator(): NTTP Callables In Type-Erased Call Wrappers to Library Working Group for C++26, classified as an addition ([P0592R4] bucket 3 item).

3.2.9. [P2592R2] Hashing Support For chrono Value Classes

Send [P2592R2] Hashing Support For chrono Value Classes to Library Working Group for C++26, classified as an improvement of an existing feature ([P0592R4] bucket 2 item).

3.2.10. [P0543R2] Saturation Arithmetic

Send [P0543R2] Saturation Arithmetic to Library Working Group for C++26, classified as an addition ([P0592R4] bucket 3 item).

3.2.11. [P0870R4] is_convertible_without_narrowing

Send [P0870R4] is_convertible_without_narrowing to Library Working Group for C++26, classified as an addition ([P0592R4] bucket 3 item).

3.2.12. [P2614R1] Deprecate numeric_limits::has_denorm

Send [P2614R1] Deprecate numeric_limits::has_denorm to Library Working Group for C++26, classified as an improvement of an existing feature ([P0592R4] bucket 2 item).

References

Informative References

[LWG3515]
Jiang An. §[stacktrace.basic.nonmem]: operator<< should be less templatized. LEWG. URL: https://wg21.link/lwg3515
[P0543R2]
Jens Maurer. Saturation arithmetic. 18 September 2022. URL: https://wg21.link/p0543r2
[P0592R4]
Ville Voutilainen. To boldly suggest an overall plan for C++23. 25 November 2019. URL: https://wg21.link/p0592r4
[P0870R4]
Giuseppe D'Angelo. A proposal for a type trait to detect narrowing conversions. 23 September 2020. URL: https://wg21.link/p0870r4
[P1083R6]
Pablo Halpern. Move resource_adaptor from Library TS to the C++ WP. 9 July 2022. URL: https://wg21.link/p1083r6
[P2195R2]
Bryce Adelstein Lelbach. Electronic Straw Polls. 28 January 2021. URL: https://wg21.link/p2195r2
[P2495R1]
Michael Hava. Interfacing stringstreams with string_view. 14 September 2022. URL: https://wg21.link/p2495r1
[P2510R3]
Mark de Wever. Formatting pointers. 23 May 2022. URL: https://wg21.link/p2510r3
[P2511R2]
Zhihao Yuan. Beyond operator(): NTTP callables in type-erased call wrappers. 15 August 2022. URL: https://wg21.link/p2511r2
[P2539R3]
Victor Zverovich. Should the output of std::print to a terminal be synchronized with the underlying stream?. 2022-09-27. URL: https://wg21.link/P2539R3
[P2572R0]
Tom Honermann. std::format() fill character allowances. 11 June 2022. URL: https://wg21.link/p2572r0
[P2587R3]
Victor Zverovich. to_string or not to_string. 28 August 2022. URL: https://wg21.link/p2587r3
[P2592R2]
Giuseppe D'Angelo. Hashing support for std::chrono value classes. 2022-09-26. URL: https://wg21.link/P2592R2
[P2614R1]
Matthias Kretz. Deprecate numeric_limits::has_denorm. 2022-09-27. URL: https://wg21.link/P2614R1
[P2631R0]
Alisdair Meredith, Bryce Adelstein Lelbach, Jonathan Wakely. Publish TS Library Fundamentals v3 Now!. 12 September 2022. URL: https://wg21.link/p2631r0