aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/rapidjson/patches/RAPIDJSON_HAS_STDSTRING_CONTRIB-3819.patch
blob: 0cce53601be987c574ca7a561f6c053b140e04ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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