We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eeff41 + 644e071 commit 7c51d5aCopy full SHA for 7c51d5a
include/jsoncons/source.hpp
@@ -37,7 +37,7 @@ namespace jsoncons {
37
null_buffer(null_buffer&&) = default;
38
null_buffer& operator=(null_buffer&&) = default;
39
40
- int_type overflow( int_type ch = traits_type::eof() ) override
+ int_type overflow( int_type ch = typename std::basic_streambuf<CharT>::traits_type::eof() ) override
41
{
42
return ch;
43
}
0 commit comments