We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fd779d + 73b8774 commit ed72564Copy full SHA for ed72564
include/rapidjson/rapidjson.h
@@ -543,7 +543,7 @@ RAPIDJSON_NAMESPACE_END
543
#ifndef RAPIDJSON_HAS_CXX11_RVALUE_REFS
544
#if defined(__clang__)
545
#if __has_feature(cxx_rvalue_references) && \
546
- (defined(_LIBCPP_VERSION) || defined(__GLIBCXX__) && __GLIBCXX__ >= 20080306)
+ (defined(_MSC_VER) || defined(_LIBCPP_VERSION) || defined(__GLIBCXX__) && __GLIBCXX__ >= 20080306)
547
#define RAPIDJSON_HAS_CXX11_RVALUE_REFS 1
548
#else
549
#define RAPIDJSON_HAS_CXX11_RVALUE_REFS 0
0 commit comments