* lib/gl_oset.hh: With EDG C++ compilers, avoid 'friend'.
+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
~iterator ()
{ gl_oset_iterator_free (&_state); }
- #if defined __xlC__ || defined __HP_aCC || defined __SUNPRO_CC
+ #if defined __xlC__ || defined __HP_aCC || defined __SUNPRO_CC || defined __EDG__
public:
#else
private: