MCPcopy Create free account
hub / github.com/boostorg/parser / diagnose

Method diagnose

include/boost/parser/error_handling.hpp:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277 template<typename Context, typename Iter>
278 void diagnose(
279 diagnostic_kind kind,
280 std::string_view message,
281 Context const & context,
282 Iter it) const
283 {}
284
285 template<typename Context>
286 void diagnose(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected