Skip to content
Commit dbdeb153 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate when...

Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate when it's restarting in the middle of a string. This bug causes /^a/ to match in the middle of the string "aaaaaaa", during iteration.

My patch uses  to communicate when  is false.

llvm-svn: 185950
parent 6c29bd90
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment