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.
1 parent 2964183 commit 644e071Copy full SHA for 644e071
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 = std::streambuf::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