| 653 | { |
| 654 | public: |
| 655 | boost_operator_impl(bool is_pool, parse_options const& popts) |
| 656 | : base_boost_impl("operators", is_pool, popts) |
| 657 | {} |
| 658 | |
| 659 | clock_type::duration |
| 660 | parse(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected