mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-17 01:15:54 +08:00
not
is alternative keyword and not recommended to use. Fixes #225
This commit is contained in:
parent
d5ff5cbfb1
commit
06d2fbdae6
@ -5247,7 +5247,7 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, std::string *warn,
|
|||||||
|
|
||||||
#if (defined(__cpp_exceptions) || defined(__EXCEPTIONS) || \
|
#if (defined(__cpp_exceptions) || defined(__EXCEPTIONS) || \
|
||||||
defined(_CPPUNWIND)) && \
|
defined(_CPPUNWIND)) && \
|
||||||
not defined(TINYGLTF_NOEXCEPTION)
|
!defined(TINYGLTF_NOEXCEPTION)
|
||||||
try {
|
try {
|
||||||
JsonParse(v, json_str, json_str_length, true);
|
JsonParse(v, json_str, json_str_length, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user