RAPIDJSON_HAS_STDSTRING_CONTRIB-3819.patch 515 B

123456789101112
  1. diff --git a/include/rapidjson/rapidjson.h b/include/rapidjson/rapidjson.h
  2. --- a/include/rapidjson/rapidjson.h
  3. +++ b/include/rapidjson/rapidjson.h
  4. @@ -126,7 +126,7 @@
  5. #ifdef RAPIDJSON_DOXYGEN_RUNNING
  6. #define RAPIDJSON_HAS_STDSTRING 1 // force generation of documentation
  7. #else
  8. -#define RAPIDJSON_HAS_STDSTRING 0 // no std::string support by default
  9. +#define RAPIDJSON_HAS_STDSTRING 1 // arcadia-default: has std::string support by default
  10. #endif
  11. /*! \def RAPIDJSON_HAS_STDSTRING
  12. \ingroup RAPIDJSON_CONFIG