Closed
Description
If cJSON.c ends up being compiled with a C++ compiler, it complains because as of commit 6790049 cJSON.c internally defines a bool type to be int. Commenting it out then can lead to problems because the header file still has the parameters as 'int'.
Consider introducing a type with a different name, and using it uniformly in both header file and implementation.
Metadata
Metadata
Assignees
Labels
No labels