From: Pedro Alves Date: Sat, 12 Nov 2016 16:22:53 +0000 (+0100) Subject: Fix gnulib C++ namespace support and std::frexp X-Git-Tag: v1.0~6541 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0f9191c165693c7d6facdc6593024394a7f5bda1;p=gnulib.git Fix gnulib C++ namespace support and std::frexp * lib/math.in.h (frexp): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN. --- diff --git a/ChangeLog b/ChangeLog index 9128350de6..38ece9d7a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -206,6 +206,12 @@ (gl_FUNC_STRERROR_R): Don't reuse AC_DEFINE() with a potentially different value. +2006-11-12 Pedro Alves + + Fix gnulib C++ namespace support and std::frexp + * lib/math.in.h (frexp): Use _GL_CXXALIASWARN1 instead of + _GL_CXXALIASWARN. + 2006-11-12 Pedro Alves GNULIB_NAMESPACE::func need not pull in rpl_func