mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-11 04:48:34 +00:00
not is alternative keyword and not recommended to use. Fixes #225
This commit is contained in:
@@ -5247,7 +5247,7 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, std::string *warn,
|
||||
|
||||
#if (defined(__cpp_exceptions) || defined(__EXCEPTIONS) || \
|
||||
defined(_CPPUNWIND)) && \
|
||||
not defined(TINYGLTF_NOEXCEPTION)
|
||||
!defined(TINYGLTF_NOEXCEPTION)
|
||||
try {
|
||||
JsonParse(v, json_str, json_str_length, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user