| 397 | { |
| 398 | public: |
| 399 | boost_impl(bool is_pool, bool with_file_io, parse_options const& popts) |
| 400 | : base_boost_impl("", is_pool, with_file_io, popts) |
| 401 | {} |
| 402 | |
| 403 | clock_type::duration |
| 404 | parse_string(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected