On Tue, 6 Aug 2024, Filip Kastl wrote:
> So I thought I might create the GCC 15 porting_to.html page and add an 
> entry about this (I just copied the entry from GCC 14 porting_to.html).

Nice.

> Ha!  As I'm writing this I noticed that actually Jonathan predicted this 
> and suggested a corresponding porting_to.html entry.  Well, here it is :).

Great minds think alike, they say. :-)

> Validated with the W3 Validator.  Is this ok to be pushed?

Looks good to me, just one question to Jonathan as native speaker and one 
observation:

> +<p>
> +The following headers are used less widely in libstdc++ and may need to
> +be included explicitly when compiling with GCC 15:

Is "in libstdc++" the best option, or maybe "by ..." or "within ..."?

> +<ul>
> +<li> <code>&lt;cstdint&gt;</code>
> +  (for <code>std::int8_t</code>, <code>std::int32_t</code> etc.)
> +</li>

The text reads "headers", alas there only appears to be one right now?
So "header is" (singular)?

Gerald

Reply via email to