sun hack (why is char and signed char *the same type* on this platform?!)
This commit is contained in:
parent
b0f67a06de
commit
55a0b40a15
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user