diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 74e5c66..8406598 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -501,7 +501,7 @@ public: \see GenericStringRef, operator=(T) */ GenericValue& operator=(StringRefType str) { - return (*this).template operator=(str); + return (*this).operator=(str); } //! Assignment with primitive types.