fix for cosmic and C++17
This commit is contained in:
@@ -478,7 +478,7 @@ namespace xml {
|
|||||||
~stream_error() noexcept;
|
~stream_error() noexcept;
|
||||||
const char* what() const noexcept;
|
const char* what() const noexcept;
|
||||||
private:
|
private:
|
||||||
std::istream::streampos _pos;
|
std::streampos _pos;
|
||||||
Tag* _tag;
|
Tag* _tag;
|
||||||
char _char;
|
char _char;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user