Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHEUI preprocess C++ compiling issue #27

Open
seungbeom-han opened this issue Oct 13, 2023 · 0 comments
Open

CHEUI preprocess C++ compiling issue #27

seungbeom-han opened this issue Oct 13, 2023 · 0 comments

Comments

@seungbeom-han
Copy link

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.

void deleteAVLNode_ (N* node)
{
// Destruct
// deleteMyValue_(node->value);
node->N::~AVLNode_<K,V>();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant