| 195 | |
| 196 | public: |
| 197 | basic_fstream() = default; |
| 198 | |
| 199 | // use two signatures, rather than one signature with default second |
| 200 | // argument, to workaround VC++ 7.1 bug (ID VSWhidbey 38416) |
nothing calls this directly
no outgoing calls
no test coverage detected