Fix ChangeLog format.

From-SVN: r218444
This commit is contained in:
Tim Shen 2014-12-06 11:31:12 +00:00
parent 909c02814b
commit 00d6d5b1e7
1 changed files with 2 additions and 2 deletions

View File

@ -776,9 +776,9 @@
2014-10-23 Tim Shen <timshen@google.com>
PR libstdc++/63497
include/bits/regex_executor.h (_Executor::_M_word_boundary): Remove
* include/bits/regex_executor.h (_Executor::_M_word_boundary): Remove
unused parameter.
include/bits/regex_executor.tcc (_Executor::_M_dfs,
* include/bits/regex_executor.tcc (_Executor::_M_dfs,
_Executor::_M_word_boundary): Avoid dereferecing _M_current at _M_end
or other invalid position.