Update common.h

This commit is contained in:
blueloveTH 2024-05-12 19:33:37 +08:00
parent e7658d073b
commit 10c1a5c42d

View File

@ -126,6 +126,7 @@ struct Type {
#endif
struct PyObject;
using PyVar = PyObject*;
#define PK_BITS(p) (reinterpret_cast<i64>(p))
// is_pod_v<> for c++17 and c++20