| 605 | { |
| 606 | public: |
| 607 | boost_simple_impl(bool is_pool, parse_options const& popts) |
| 608 | : base_boost_impl("convenient", is_pool, popts) |
| 609 | {} |
| 610 | |
| 611 | clock_type::duration |
| 612 | parse(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected