summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-25 00:38:15 +0200
committerBruno Haible <bruno@clisp.org>2022-09-25 00:38:15 +0200
commitfd0866463b8cd4d1eb3e73a8a53c073294d03c8b (patch)
tree179c1c946c40b37524b4041c8d3b9aef760aa3dd /ChangeLog
parent240cbc9e31fbe7ac0a9f1921b162486ffc30659e (diff)
downloadgnulib-fd0866463b8cd4d1eb3e73a8a53c073294d03c8b.tar.gz
stdalign: Fix compilation error with MSVC in C++ mode.
* lib/stdalign.in.h: Treat MSVC in C++ mode like C++11 compliant compilers. * tests/test-stdalign-c++.cc: Include some other header files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0223bba7e..f3468e241f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-09-24 Bruno Haible <bruno@clisp.org>
+ stdalign: Fix compilation error with MSVC in C++ mode.
+ * lib/stdalign.in.h: Treat MSVC in C++ mode like C++11 compliant
+ compilers.
+ * tests/test-stdalign-c++.cc: Include some other header files.
+
stdalign: Avoid namespace pollution.
* lib/stdalign.in.h (_GL_STDALIGN_NEEDS_STDDEF): New macro.
Include <stddef.h> only when needed.