Closed asmwarrior closed 1 year ago
parse("xyz uvw ", ((*alnum_) >> *space_) >> ((*alnum_) >> *space_));
This works OK.
So, I think in some place, we have to check whether the string is empty, which should exit the endless loop.
OK, I think I have found the reason, and the fix is committed to my pull request https://github.com/joemalle/limn/pull/5.
Hi, when I try to run such code:
I got endless loop.
I think this is a bug.
It still goes endless if I remove the
end_
.