* Gerald Pfeifer: > diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html > index 52b10f33..48aeb9bd 100644 > --- a/htdocs/projects/cxx-status.html > +++ b/htdocs/projects/cxx-status.html > @@ -731,9 +731,6 @@ > extensions in addition to C++20 features, > add <code>-std=gnu++20</code>.</p> > > - <p><strong>Important</strong>: Because the ISO C++20 standard is > - recent, GCC's support is <strong>experimental</strong>.</p> > -
Maybe this instead? <p><strong>Important</strong>: GCC's support for the ISO C++20 standard is still <strong>experimental</strong>.</p> And in the future, don't use the standard's age for justifying experimental status. 8-) Thanks, Florian