| 10992 | CATCH_ENFORCE( !m_ofs.fail(), "Unable to open file: '" << filename << "'" ); |
| 10993 | } |
| 10994 | ~FileStream() override = default; |
| 10995 | public: // IStream |
| 10996 | std::ostream& stream() const override { |
| 10997 | return m_ofs; |
nothing calls this directly
no outgoing calls
no test coverage detected