re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and regex_cons...
[gcc.git] / libstdc++-v3 / ChangeLog
index e6934a5972ef10ea387e7daabe1f80ac11fc3f9d..386e83285285245641a7f6bdb189fb8aaf600904 100644 (file)
@@ -1,3 +1,10 @@
+2016-04-22  Tim Shen  <timshen@google.com>
+
+       PR libstdc++/70745
+       * include/bits/regex_executor.tcc (_Executor<>::_M_word_boundary):
+       Fix the match_not_bow and match_not_eow behavior.
+       * testsuite/28_regex/regression.cc: Add testcase.
+
 2016-04-20  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/69703