Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#22651...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 19 Mar 2015 17:05:59 +0000 (17:05 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 19 Mar 2015 17:05:59 +0000 (17:05 +0000)
commit8fa8e5fc74c604092707f35eb50859cdc886ae41
treed935c2441da4d3c3b33b63b3c3d610878d9797d1
parent9e8a0393183878dcc3e31d8c7905bfd916e7a7fb
Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#22651. Thanks to Jim Porter for the report and suggested fix.

llvm-svn: 232733
libcxx/include/regex
libcxx/test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp [new file with mode: 0644]
libcxx/test/std/re/re.const/re.matchflag/match_not_eol.pass.cpp [new file with mode: 0644]