| 114 | |
| 115 | protected: |
| 116 | clock_type::duration |
| 117 | skip() const |
| 118 | { |
| 119 | return clock_type::duration::zero(); |
| 120 | } |
| 121 | |
| 122 | parse_options const& |
| 123 | get_parse_options() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected