| 906 | |
| 907 | template<typename InputStream, typename OutputStream> |
| 908 | static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(InputStream&, OutputStream&) { |
| 909 | // Do nothing for generic version |
| 910 | } |
| 911 | |
| 912 | #if defined(RAPIDJSON_SSE2) || defined(RAPIDJSON_SSE42) |
| 913 | // StringStream -> StackStream<char> |