bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix gnulib C++ namespace support and std::frexp


From: Bruno Haible
Subject: Re: [PATCH] Fix gnulib C++ namespace support and std::frexp
Date: Sun, 20 Nov 2016 02:10:33 +0100
User-agent: KMail/4.8.5 (Linux/3.8.0-44-generic; KDE/4.8.5; x86_64; ; )

Pedro Alves wrote:
> --- a/lib/math.in.h
> +++ b/lib/math.in.h
> @@ -983,7 +983,7 @@ _GL_CXXALIAS_RPL (frexp, double, (double x, int *expptr));
>  # else
>  _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
>  # endif
> -_GL_CXXALIASWARN (frexp);
> +_GL_CXXALIASWARN1 (frexp, double, (double x, int *expptr));
>  #elif defined GNULIB_POSIXCHECK
>  # undef frexp
>  /* Assume frexp is always declared.  */

Thank you. It's evidently correct.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]