Commit 2a9c7a9f authored by Milo Yip's avatar Milo Yip

Makes FileReadStream not using local copy optimization

parent 9aec8d6a
......@@ -69,11 +69,6 @@ private:
bool eof_;
};
template<>
struct StreamTraits<FileReadStream> {
typedef FileReadStream StreamCopyType; // Enable stream copy optimization.
};
} // namespace rapidjson
#endif // RAPIDJSON_FILESTREAM_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment