Stop using c++ (#600)

Python 3.13a6+ & C++ & Cython cause compile error on some compilers.
This commit is contained in:
Inada Naoki 2024-05-04 16:01:48 +09:00 committed by GitHub
parent 0602baf3ea
commit 3e9a2a7419
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 80 additions and 68 deletions

View file

@ -24,6 +24,8 @@
#ifdef __cplusplus
extern "C" {
#else
#define bool char
#endif
typedef struct msgpack_packer {