From e7ddcc62797dafff0b66a2b2212b282aef6b7c52 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Sat, 12 Nov 2016 16:22:53 +0000 Subject: [PATCH] Fix gnulib C++ namespace support and std::frexp * lib/math.in.h (frexp): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN. --- lib/math.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/math.in.h b/lib/math.in.h index b7a00298d1..9a194cbdac 100644 --- 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. */ -- 2.39.5