Re: [PATCH v2] NEWS: mention more recent developments

Jonathan Wakely <[email protected]>
Newsgroups gmane.comp.lib.glibc.alpha
Message-ID <CACb0b4=ibQvGkNBGSpFiBNX04YePnJn3jsNuqiH0vWKos2rsEQ@mail.gmail.com>
On Tue, 21 Jul 2026 at 09:59, Florian Weimer <[email protected]> wrote:
>
> * Andreas K. Hüttel:
>
> > diff --git a/NEWS b/NEWS
> > index e1c1db284a..ca81dedc6a 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -27,10 +27,13 @@ Major new features:
> >    been imported from the CORE-MATH project, in particular cosh, sinh, and
> >    tanh.
> >
> > -* The SVID handling for cosh and sinh were moved to compat symbols, allowing
> > -  improvements in performance.
> > +* Many additional improvements to existing functions have been synchronized
> > +  from the CORE-MATH project.
> > +
> > +* assert is now supported as a variadic macro for C++26.
>
> What about this instead?
>
> * For C++26, the assert macro now accepts arguments that contain commas
>   which are not nested in parentheses.

This could be read as suggesting it allows assert(a,b) which it
doesn't. (And formally, the commas still separate the macro arguments
as far as the preprocessor is concerned, so the arguments don't
"contain" the commas. That's super-pedantic though.)

Maybe "now accepts expressions that contain commas, e.g. within
template argument lists, without requiring them to be enclosed in
parentheses"?


>
> >
> > -* New locale added: hrx_BR (Hunsrik language spoken in Brazil).
> > +* The SVID handling for cosh and sinh was moved to compat symbols, allowing
> > +  improvements in performance.
>
> Maybe: SVID [error] handling
>
> Thanks,
> Florian
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.