You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ifstream.cons] says "initializing the base class with basic_istream(&sb)" but as that's a dependent base we need to spell its name out in full: basic_istream<char, traits>(&sb).
This occurs in paragraphs 1 and 2, and [ofstream.cons] 1 & 2, and [fstream.cons] 1 & 2.