forked from OSchip/llvm-project
JSON: Disable exception in JSON library, because exception is disable by by default.
llvm-svn: 130574
This commit is contained in:
parent
c8c7945a40
commit
986fee0055
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
/// If defined, indicates that Json use exception to report invalid type manipulation
|
/// If defined, indicates that Json use exception to report invalid type manipulation
|
||||||
/// instead of C assert macro.
|
/// instead of C assert macro.
|
||||||
# define JSON_USE_EXCEPTION 1
|
# define JSON_USE_EXCEPTION 0
|
||||||
|
|
||||||
# ifdef JSON_IN_CPPTL
|
# ifdef JSON_IN_CPPTL
|
||||||
# include <cpptl/config.h>
|
# include <cpptl/config.h>
|
||||||
|
|
Loading…
Reference in New Issue