diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 66df387..74e5c66 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -551,6 +551,9 @@ public: return *this; } + //! Prepare Value for move semantics + /*! \return *this */ + GenericValue& Move() { return *this; } //@} //!@name Type