EAVL
EAVL copied to clipboard
Newer stricter interpretations of the c++ standard cause breakage in eavlRefTuple.h
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?