Files
simdjson-simdjson/fuzz
Jeremy Ong 9856201f5c Disable exceptions when compiling with MSVC (#1256)
Projects that link simdjson from MSVC with exceptions off will
include simdjson headers which transitively include STL headers.
The MSVC STL stipulates that _HAS_EXCEPTIONS=0 be defined or code
requiring exceptions will be enabled. This change adds a new job
to the appveyor build matrix to verify the build and tests with
exceptions disabled, and disables exceptions at the compiler level
when SIMDJSON_EXCEPTIONS is specified to OFF.
2020-10-26 14:11:25 -04:00
..
2020-10-17 05:48:50 +02:00
2020-10-17 05:48:50 +02:00
2020-09-26 14:25:00 +02:00
2020-10-17 05:48:50 +02:00
2020-10-17 05:48:50 +02:00
2020-09-16 21:17:43 +02:00
2020-09-26 14:25:00 +02:00