| 1700 | bool on_null( std::error_code& ) { return true; } |
| 1701 | bool on_comment_part( SV, std::error_code& ) { return true; } |
| 1702 | bool on_comment( SV, std::error_code& ) { return true; } |
| 1703 | }; |
| 1704 | |
| 1705 | basic_parser<handler> p_; |
nothing calls this directly
no outgoing calls
no test coverage detected