summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-20 08:42:56 +0200
committerBruno Haible <bruno@clisp.org>2023-04-20 08:42:56 +0200
commitf50fa20d76b2e4fb0020a3bd7e41347424290967 (patch)
tree941bc9092efa86b56ed932ff90a7e62e7f89768d /ChangeLog
parente5eacca5e2ee869d6e622f54d9a0309bc87f8254 (diff)
downloadgnulib-f50fa20d76b2e4fb0020a3bd7e41347424290967.tar.gz
assert-h, verify: Fix compilation error in C++ mode with MSVC 14.30.
* lib/verify.h (_Static_assert): In C++ mode with MSVC 14.1 or newer, define merely to static_assert. (static_assert): In C++ mode with MSVC 14.1 or newer, don't define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 163a8e573a..72fac66c13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-04-20 Bruno Haible <bruno@clisp.org>
+
+ assert-h, verify: Fix compilation error in C++ mode with MSVC 14.30.
+ * lib/verify.h (_Static_assert): In C++ mode with MSVC 14.1 or newer,
+ define merely to static_assert.
+ (static_assert): In C++ mode with MSVC 14.1 or newer, don't define.
+
2023-04-19 Bruno Haible <bruno@clisp.org>
chown, lchown tests: Fix link error on mingw 10.