Closed Bestriverjg closed 2 years ago
I don't know much about the structure of c++, so I want to ask you about it
That isn't valid C++ as-is, you need a preprocessor to handle the macros. As noted in our README:
If you need anything complex, you should preprocess the code yourself. You can use the excellent pure python preprocessor pcpp, or the preprocessing facilities provided by your favorite compiler.
I can't parse this code when I parse mysql source code:
I'm not familiar with c++ but the python error is indicated here: