diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 026bb57..2cd9088 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -486,7 +486,7 @@ public: */ #ifndef RAPIDJSON_DOXYGEN_RUNNING // hide SFINAE from Doxygen template - explicit GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame))) RAPIDJSON_NOEXCEPT + explicit GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame))) RAPIDJSON_NOEXCEPT // See #472 #else explicit GenericValue(bool b) RAPIDJSON_NOEXCEPT #endif