summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-01-15 19:52:28 +0100
committerBruno Haible <bruno@clisp.org>2022-01-15 19:52:28 +0100
commit9853d34f27b5b0eed29d28cfba326ddd9b35ea6e (patch)
treef3a80014132b08c6ce7c082863c93a0082faa579 /ChangeLog
parentcbe61cd260c2978bd008e2064c6efd49e41ac807 (diff)
downloadgnulib-9853d34f27b5b0eed29d28cfba326ddd9b35ea6e.tar.gz
oset-c++: Avoid compilation error with nvc++ 22.1.
* lib/gl_oset.hh: With EDG C++ compilers, avoid 'friend'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d49794f433..0eef9f4c9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-15 Bruno Haible <bruno@clisp.org>
+
+ oset-c++: Avoid compilation error with nvc++ 22.1.
+ * lib/gl_oset.hh: With EDG C++ compilers, avoid 'friend'.
+
2022-01-14 Paul Eggert <eggert@cs.ucla.edu>
nstrftime: pacify nvc 22.1 unreachable statement