| 625 | } |
| 626 | |
| 627 | clock_type::duration |
| 628 | serialize_string(file_item const&, std::size_t) const override |
| 629 | { |
| 630 | return skip(); |
| 631 | } |
| 632 | }; |
| 633 | |
| 634 | //---------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected