On 10/31/24 4:18 AM, Jakub Jelinek wrote:
Hi!
Now that C++23 has been finally published, the following patch attempts
to mention it in the option descriptions and documentation.
Given that it has been published about 1.5 years after being finalized
and has the 14882:2024 document number pair rather than :2023, I wasn't
sure when exactly to use 2023 (as informal name) and when 2024 (as year
of publishing), so I've tried to use 2024 in standards.texi which talks
more formally about the standards and a note that it has been published
in 2024 when it is talked about more informally.
I remember at least one older edition has been published in January too,
but the ISO pages pretend it was published still in December of the previous
year, in this case it doesn't.
Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
OK. I wonder if we want to add an undocumented -std=c++24 for pedants,
but easier not to bother for now.
Jason