fix for cosmic and C++17

This commit is contained in:
Marc Wäckerlin
2019-10-08 23:11:47 +02:00
parent cb86e5e31b
commit 6b2d5abec6

View File

@@ -478,7 +478,7 @@ namespace xml {
~stream_error() noexcept;
const char* what() const noexcept;
private:
std::istream::streampos _pos;
std::streampos _pos;
Tag* _tag;
char _char;
};