| 637 | { |
| 638 | public: |
| 639 | boost_simple_impl( |
| 640 | bool is_pool, bool with_file_io, parse_options const& popts) |
| 641 | : base_boost_impl("convenient", is_pool, with_file_io, popts) |
| 642 | {} |
| 643 | |
| 644 | clock_type::duration |
| 645 | parse_string(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected