| 701 | { |
| 702 | public: |
| 703 | boost_operator_impl( |
| 704 | bool is_pool, bool with_file_io, parse_options const& popts) |
| 705 | : base_boost_impl("operators", is_pool, with_file_io, popts) |
| 706 | {} |
| 707 | |
| 708 | clock_type::duration |
| 709 | parse_string(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected