Fix ChangeLog format.
authorTim Shen <timshen@gcc.gnu.org>
Sat, 6 Dec 2014 11:31:12 +0000 (11:31 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Sat, 6 Dec 2014 11:31:12 +0000 (11:31 +0000)
From-SVN: r218444

libstdc++-v3/ChangeLog

index 450f1c8735155c17a62e46071e89693218a3b1b9..29b1a7c7a7d2af561fc53b2b428f1e32d08fe8e4 100644 (file)
 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.