SG16 will hold a meeting tomorrow, Wednesday, October 23rd, at 19:30 UTC (timezone conversion).
The agenda follows.
P3374R0 comes to us courtesy of Liang Jiaming and seeks to add
formatting support for std::fpos<std::mbstate_t>.
SG16 has not previously reviewed this proposal, but previous
discussion occurred on the std-proposals mailing list in the
thread starting here
and on the SG16 mailing list in a thread starting here.
Please try to review those before the meeting (and I again
apologize for such late notice). std::mbstate_t
is an implementation-defined type, so we can't legislate much
about its representation in formatted output, but we can provide
guidance, particularly with regard to whether formatted values of
the type should be sufficient to reconstruct values in a
hypothetical scanner such as that proposed by P1729 (Text Parsing).
P2019R7 was reviewed by SG16 during the 2024-09-25 meeting in which the following polls were taken:
| SF |
F |
N |
A |
SA |
| 3 |
1 |
3 |
1 |
0 |
| SF |
F |
N |
A |
SA |
| 1 |
5 |
1 |
0 |
1 |
The guidance provided regarding encoding of the name hint is
fairly clear despite some continued opposition, so new information
should be provided in order to reopen that discussion. Continued
discussion is warranted for other concerns raised regarding POSIX
vs Windows platforms and the use of std::string_view.
We'll focus first on those topics and then any other concerns that
are raised.
Tom.