Created on 1998-08-27.00:00:00 last changed 171 months ago
Rationale:
Not a defect. This is a deliberate feature; const streams would be meaningless.
Classes basic_ifstream, basic_ofstream, and basic_fstream all have a member function is_open. It should be a const member function, since it does nothing but call one of basic_filebuf's const member functions.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg168 |
1998-08-27 00:00:00 | admin | create |