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 ac9344e commit 2f2edf3Copy full SHA for 2f2edf3
headers/fstream
@@ -101,7 +101,7 @@ typedef basic_fstream<wchar_t> wfstream;
101
template <
102
class CharT,
103
class Traits = std::char_traits<CharT>
104
- > class basic_ifstream : public std::basic_ostream<CharT, Traits> {
+ > class basic_ifstream : public std::basic_istream<CharT, Traits> {
105
public:
106
basic_ifstream();
107
explicit basic_ifstream(const char* filename,
0 commit comments