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
Loading
Please register or sign in to comment