* lib/math.in.h (ldexp): Use _GL_CXXALIASWARN1, not _GL_CXXALIASWARN.
+2023-08-20 Bruno Haible <bruno@clisp.org>
+
+ ldexp: Fix compilation error in C++ mode.
+ * lib/math.in.h (ldexp): Use _GL_CXXALIASWARN1, not _GL_CXXALIASWARN.
+
2023-08-19 Bruno Haible <bruno@clisp.org>
ldexp: Work around OpenBSD/mips64 bug.
_GL_CXXALIAS_SYS (ldexp, double, (double x, int exp));
# endif
# if __GLIBC__ >= 2
-_GL_CXXALIASWARN (ldexp);
+_GL_CXXALIASWARN1 (ldexp, double, (double x, int exp));
# endif
#elif defined GNULIB_POSIXCHECK
# undef ldexp