| 567 | |
| 568 | public: |
| 569 | boost_null_impl(bool with_file_io, parse_options const& popts) |
| 570 | : base_boost_impl("null", false, with_file_io, popts) |
| 571 | {} |
| 572 | |
| 573 | clock_type::duration |
| 574 | parse_string(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected