diff options
author | Bruno Haible <bruno@clisp.org> | 2020-08-20 00:42:05 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-08-20 00:42:05 +0200 |
commit | f41fbb61a637548bc269eb4d42440b629b994a1a (patch) | |
tree | 2afa2346f96f3b3630df54e67d2db0ffbad772f3 /ChangeLog | |
parent | 001a3984650048356534d2a089f0bc07db5711aa (diff) | |
download | gnulib-f41fbb61a637548bc269eb4d42440b629b994a1a.tar.gz |
ansi-c++-opt: Work around an autoconf macro reordering problem.
* modules/ansi-c++-opt: Require gl_ANSI_CXX already in the early
section.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2020-08-19 Bruno Haible <bruno@clisp.org> + ansi-c++-opt: Work around an autoconf macro reordering problem. + * modules/ansi-c++-opt: Require gl_ANSI_CXX already in the early + section. + +2020-08-19 Bruno Haible <bruno@clisp.org> + math C++ tests: Fix compilation error in with GCC 10. * lib/math.in.h (cbrt, ceil, copysign, exp2, expm1, floor, fma, fmod, hypot, ilogb, log, log10, log1p, log2, logb, modf, remainder, rint, |