sun hack (why is char and signed char *the same type* on this platform?!)

This commit is contained in:
Rick V 2020-02-13 19:06:48 -06:00
parent b0f67a06de
commit 55a0b40a15

View File

@ -39,6 +39,10 @@ THE SOFTWARE.
#include <unordered_set>
#include <vector>
#ifdef __sun
#define int8_t signed char
#endif
#ifdef __cpp_lib_optional
#include <optional>
#define CXXOPTS_HAS_OPTIONAL