Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Apr 23, 2024
1 parent 13fcec3 commit 27ae103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tao/pegtl/internal/rematch_input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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() )
Expand Down

0 comments on commit 27ae103

Please sign in to comment.