| 6229 | the parse context `context`. */ |
| 6230 | template<typename Context> |
| 6231 | void clear(Context const & context) const |
| 6232 | { |
| 6233 | this->parser_.clear(context); |
| 6234 | } |
| 6235 | }; |
| 6236 | |
| 6237 | #ifndef BOOST_PARSER_DOXYGEN |
no outgoing calls
no test coverage detected