From 27ae10340a244e736d306b6b2c36f04d8677b49c Mon Sep 17 00:00:00 2001 From: "Dr. Colin Hirsch" Date: Tue, 23 Apr 2024 21:21:19 +0200 Subject: [PATCH] Clean up. --- include/tao/pegtl/internal/rematch_input.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tao/pegtl/internal/rematch_input.hpp b/include/tao/pegtl/internal/rematch_input.hpp index 8626a2b0c..55cfdbe23 100644 --- a/include/tao/pegtl/internal/rematch_input.hpp +++ b/include/tao/pegtl/internal/rematch_input.hpp @@ -12,7 +12,7 @@ #include "input_with_fakes.hpp" #include "input_with_funcs.hpp" -#include "input_with_start.hpp" +#include "rematch_position.hpp" #include "type_traits.hpp" #include "view_input.hpp" @@ -27,7 +27,7 @@ namespace TAO_PEGTL_NAMESPACE::internal // offset_position_t using rewind_position_t = pointer_position< data_t >; - rematch_input_impl( Guard& m, Input& in ) + rematch_input_impl( Guard& m, Input& in ) noexcept : m_guard( m ), m_input( in ), m_current( m.current() )