You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to reproduce the results of the ROART and when I try to compile the source code, an error occurs error: no member named 'old_pointer' in 'N' node->old_pointer.store(0);
When I grep in the codebase, I also can not find the definition of the old_pointer.
The text was updated successfully, but these errors were encountered:
ROART/ART/N.cpp
Line 932 in c313e0f
I am trying to reproduce the results of the ROART and when I try to compile the source code, an error occurs
error: no member named 'old_pointer' in 'N' node->old_pointer.store(0);
When I grep in the codebase, I also can not find the definition of the
old_pointer
.The text was updated successfully, but these errors were encountered: