diff options
author | robot-piglet <[email protected]> | 2025-02-10 14:27:24 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-02-10 15:15:26 +0300 |
commit | 117df4d33f3cf98f8452c32e1099dde7fb91c3e3 (patch) | |
tree | 3ea4d3c918fae6cb4ed372bf30ec539d0aeb37b1 | |
parent | e70e540921431f7b74205e81fb9f77028c5eb389 (diff) |
Intermediate changes
commit_hash:e0f0586ef3cc46dbd649319b49a2cedf797a226d
-rw-r--r-- | contrib/libs/rapidjson/patches/RAPIDJSON_HAS_STDSTRING_CONTRIB-3819.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libs/rapidjson/patches/RAPIDJSON_HAS_STDSTRING_CONTRIB-3819.patch b/contrib/libs/rapidjson/patches/RAPIDJSON_HAS_STDSTRING_CONTRIB-3819.patch new file mode 100644 index 00000000000..0cce53601be --- /dev/null +++ b/contrib/libs/rapidjson/patches/RAPIDJSON_HAS_STDSTRING_CONTRIB-3819.patch @@ -0,0 +1,12 @@ +diff --git a/include/rapidjson/rapidjson.h b/include/rapidjson/rapidjson.h +--- a/include/rapidjson/rapidjson.h ++++ b/include/rapidjson/rapidjson.h +@@ -126,7 +126,7 @@ + #ifdef RAPIDJSON_DOXYGEN_RUNNING + #define RAPIDJSON_HAS_STDSTRING 1 // force generation of documentation + #else +-#define RAPIDJSON_HAS_STDSTRING 0 // no std::string support by default ++#define RAPIDJSON_HAS_STDSTRING 1 // arcadia-default: has std::string support by default + #endif + /*! \def RAPIDJSON_HAS_STDSTRING + \ingroup RAPIDJSON_CONFIG |