Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/zhangyiru/regex into iss…
Browse files Browse the repository at this point in the history
…ue153
  • Loading branch information
jzmaddock committed Oct 12, 2021
2 parents 1d17ca9 + 248c69d commit d1b4834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/regex/v5/perl_matcher_non_recursive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,7 @@ bool perl_matcher<BidiIterator, Allocator, traits>::unwind_repeater_counter(bool
template <class BidiIterator, class Allocator, class traits>
bool perl_matcher<BidiIterator, Allocator, traits>::unwind_extra_block(bool)
{
++used_block_count;
saved_extra_block* pmp = static_cast<saved_extra_block*>(m_backup_state);
void* condemmed = m_stack_base;
m_stack_base = pmp->base;
Expand Down

0 comments on commit d1b4834

Please sign in to comment.