| 3070 | |
| 3071 | template<typename Context> |
| 3072 | decltype(auto) _error_handler(Context const & context) |
| 3073 | { |
| 3074 | return *context.error_handler_; |
| 3075 | } |
| 3076 | |
| 3077 | #if BOOST_PARSER_USE_CONCEPTS |
| 3078 | template<std::forward_iterator I, typename Context> |
nothing calls this directly
no outgoing calls
no test coverage detected