Skip to content

Commit 2d54bf9

Browse files
committed
fix #489
1 parent c4c9fa0 commit 2d54bf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/reflex/pattern.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,10 @@ class Pattern {
746746
bool find_accepting()
747747
{
748748
while (!done())
749+
{
749750
++edge;
751+
walk();
752+
}
750753
return accepting();
751754
}
752755
bool done()

0 commit comments

Comments
 (0)