mirror of
https://github.com/openappsec/attachment.git
synced 2025-09-30 03:34:27 +03:00
Add docket support
This commit is contained in:
1
external/cereal/archives/json.hpp
vendored
1
external/cereal/archives/json.hpp
vendored
@@ -44,6 +44,7 @@ namespace cereal
|
||||
#ifndef CEREAL_RAPIDJSON_ASSERT
|
||||
#define CEREAL_RAPIDJSON_ASSERT(x) if(!(x)){ \
|
||||
throw ::cereal::RapidJSONException("rapidjson internal assertion failure: " #x); }
|
||||
#define RAPIDJSON_ASSERT(x) CEREAL_RAPIDJSON_ASSERT(x)
|
||||
#endif // RAPIDJSON_ASSERT
|
||||
|
||||
// Enable support for parsing of nan, inf, -inf
|
||||
|
Reference in New Issue
Block a user