| 3099 | template<typename I, typename Context> |
| 3100 | #endif |
| 3101 | void _report_warning( |
| 3102 | Context const & context, std::string_view message, I location) |
| 3103 | { |
| 3104 | return context.error_handler_->diagnose( |
| 3105 | diagnostic_kind::warning, message, context, location); |
| 3106 | } |
| 3107 | |
| 3108 | template<typename Context> |
| 3109 | void _report_warning(Context const & context, std::string_view message) |