aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2025-02-10 13:43:54 +0300
committerilnurkh <ilnurkh@yandex-team.com>2025-02-10 15:07:03 +0300
commite70e540921431f7b74205e81fb9f77028c5eb389 (patch)
tree598ec37b8d7138d3dbee0494fc0ebed1361fab20
parente46bed95ee43ea70afccfa413ea7e9f9e088cc33 (diff)
downloadydb-e70e540921431f7b74205e81fb9f77028c5eb389.tar.gz
RAPIDJSON_HAS_STDSTRING=1 by default
commit_hash:5598912aa715779c0a460fc7f071eed9055a9973
-rw-r--r--contrib/libs/rapidjson/include/rapidjson/rapidjson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/rapidjson/include/rapidjson/rapidjson.h b/contrib/libs/rapidjson/include/rapidjson/rapidjson.h
index 3b2551eeb0..3415da7a7e 100644
--- a/contrib/libs/rapidjson/include/rapidjson/rapidjson.h
+++ b/contrib/libs/rapidjson/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