| 3064 | |
| 3065 | template<typename Context> |
| 3066 | decltype(auto) _no_case(Context const & context) |
| 3067 | { |
| 3068 | return context.no_case_depth_; |
| 3069 | } |
| 3070 | |
| 3071 | template<typename Context> |
| 3072 | decltype(auto) _error_handler(Context const & context) |
nothing calls this directly
no outgoing calls
no test coverage detected