jsoncpp/include
Jordan Bayles 83cc92161b Fix JSON_USE_EXCEPTION=0 use case
This patch fixes the JSON_USE_EXCEPTION flag. Currently, due to the
throwRuntimeError and throwLogicError methods implemented in json_value,
even if JSON_USE_EXCEPTION is set to 0 jsoncpp will still throw. This
breaks integration into projects with -fno-exceptions set, such as
Chromium.
2019-06-21 18:16:52 -05:00
..
json Fix JSON_USE_EXCEPTION=0 use case 2019-06-21 18:16:52 -05:00
CMakeLists.txt STYLE: Convert CMake-language commands to lower case 2018-12-30 15:32:57 -06:00