| 4758 | |
| 4759 | JSON_HEDLEY_NON_NULL(2) |
| 4760 | explicit file_input_adapter(std::FILE* f) noexcept |
| 4761 | : m_file(f) |
| 4762 | {} |
| 4763 | |
| 4764 | // make class move-only |
| 4765 | file_input_adapter(const file_input_adapter&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected