EAVL icon indicating copy to clipboard operation
EAVL copied to clipboard

Newer stricter interpretations of the c++ standard cause breakage in eavlRefTuple.h

Open wscullin opened this issue 8 years ago • 0 comments

Compilers with a strict interpretation of the C++03 standard cannot compile cpu-only EAVL. Example messages from clang++ on the Blue Gene/Q are attached: EAVL-compiler-messages.txt

Working naively, I added constructors that resolved the error messages, but I'm not confident that there aren't side-effects. EAVL-bgclang.patch.txt

Is there a newer codebase for EAVL I should be looking at?

wscullin avatar May 31 '17 01:05 wscullin