]> Savannah Git Hosting - gnulib.git/commit
verify: treat GNU C++ 6 like recent C++
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2022 04:01:53 +0000 (23:01 -0500)
committerBruno Haible <bruno@clisp.org>
Wed, 14 Sep 2022 11:27:56 +0000 (13:27 +0200)
commit8d699e2b3fb31d1e67c53312d6905c1d3767264a
treea451296c537811dc24499a5bb1f90eb14a1495f2
parent0e59ffd2e436b4e2b1f5b55b60ca7b6455c2c4b7
verify: treat GNU C++ 6 like recent C++

* lib/verify.h (_GL_VERIFY):
* m4/assert_h.m4 (gl_ASSERT_H):
If we check __cpp_static_assert < 200410, also check __GNUG__ < 6,
for consistency with the previous change.
ChangeLog
m4/assert_h.m4