From dfe201e3c1e9f184a3967719dbb0e59ef12ed54b Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Wed, 25 Jun 2014 01:06:04 +0800 Subject: [PATCH] Revert "Adds GenericDocument::ParseStream() overload to make SourceEncoding optional" This reverts commit 84f64ba58a73a0898ad78ea239323942b63c6d51. --- include/rapidjson/document.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/rapidjson/document.h b/include/rapidjson/document.h index 7757146..b7f18bd 100644 --- a/include/rapidjson/document.h +++ b/include/rapidjson/document.h @@ -788,11 +788,6 @@ public: return *this; } - template - GenericDocument& ParseStream(InputStream& is) { - return ParseStream(is); - } - //! Parse JSON text from a mutable string. /*! \tparam parseFlags Combination of ParseFlag. \param str Mutable zero-terminated string to be parsed.