In file included from /pycdc-git/src/pycdc-git/pyc_numeric.h:4,
from /pycdc-git/src/pycdc-git/bytecode.cpp:1:
/pycdc-git/src/pycdc-git/pyc_object.h:28:5: error: template-id not allowed for destructor in C++20 [-Werror=template-id-cdtor]
28 | ~PycRef<_Obj>()
| ^
/pycdc-git/src/pycdc-git/pyc_object.h:28:5: note: remove the ‘< >’
cc1plus: all warnings being treated as errors
I guess -Wno-error=template-id-cdtor will do the trick.
gcc version 14.1.1 20240522 (GCC)
I guess
-Wno-error=template-id-cdtor
will do the trick.