Re: oset-c++: Avoid compilation error with nvc++ 22.1

2022-01-15 Thread Paul Eggert
On 1/15/22 10:52, Bruno Haible wrote: Note that the compiler defines both __EDG__ and __PGIC__. The former apparently describes the C++ frontend, the latter the code generation phase. Ouch. It's possible that some (but not all?) occurrences of __EDG__ in intprops.h should actually be __PGIC__.

oset-c++: Avoid compilation error with nvc++ 22.1

2022-01-15 Thread Bruno Haible
__EDG__ and __PGIC__. The former apparently describes the C++ frontend, the latter the code generation phase. 2022-01-15 Bruno Haible oset-c++: Avoid compilation error with nvc++ 22.1. * lib/gl_oset.hh: With EDG C++ compilers, avoid 'friend'. diff --git a/lib/gl_oset.