Makes FileReadStream not using local copy optimization
This commit is contained in:
parent
9aec8d6ad4
commit
2a9c7a9ffa
@ -69,11 +69,6 @@ private:
|
||||
bool eof_;
|
||||
};
|
||||
|
||||
template<>
|
||||
struct StreamTraits<FileReadStream> {
|
||||
typedef FileReadStream StreamCopyType; // Enable stream copy optimization.
|
||||
};
|
||||
|
||||
} // namespace rapidjson
|
||||
|
||||
#endif // RAPIDJSON_FILESTREAM_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user