Attempt to make work on Windows.

This commit is contained in:
David Given
2025-08-17 10:47:54 +02:00
parent da5a20390f
commit f8813daae3
4 changed files with 3 additions and 6 deletions

View File

@@ -100,9 +100,6 @@ struct _error_collector
return_type _results;
constexpr _sink() {}
constexpr ~_sink() {}
template <typename Input, typename Reader, typename Tag>
void operator()(const lexy::error_context<Input>& context,
const lexy::error<Reader, Tag>& error)