CHEUI
CHEUI copied to clipboard
CHEUI preprocess C++ compiling issue
Hello,
I'm trying to compile preprocessing C++ file, but I got an expected identifier error. This occurs in ocavlhash.h and ocordavlhash.h file used in PicklingTools (line 924 in the code below). Are there any way to successfully compile the code?
To note, I compiled the C++ code in Ubuntu 22.04 with g++ 11.4.0.
https://github.com/comprna/CHEUI/blob/c1c9ab6d37ff85d2dff36647b4e7d3037bce2e63/scripts/preprocessing_CPP/PicklingTools/opencontainers_1_8_5/include/ocavlhasht.h#L920-L924