2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Update error_handling_fwd.hpp

This commit is contained in:
ivanpanch
2025-08-23 23:32:15 +02:00
committed by Zach Laine
parent bfc61fa963
commit fed0a883ad

View File

@@ -104,7 +104,7 @@ namespace boost { namespace parser {
/** The error handler used when the user does not specify a custom one.
This error handler prints warnings and errors to `std::cerr`, and does
not have an associcated filename. */
not have an associated filename. */
struct default_error_handler
{
constexpr default_error_handler() = default;