d12296af59
If using the C++ wrapper provided by r3.hpp, you get a compiler error when r3_define.h tries to typedef bool as C++ already has native bool type. Modified the guard around this typedef to include a check for C++ compilation (!defined(__cplusplus)). |
||
---|---|---|
.. | ||
r3.h | ||
r3.hpp | ||
r3_define.h | ||
r3_gvc.h | ||
r3_json.h | ||
r3_list.h | ||
r3_str.h | ||
str_array.h |