diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2011-02-14 23:51:07 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2011-02-14 23:51:07 +0000 |
commit | 4a4a7c31ce7a75fd223918b166b1474581d1fc70 (patch) | |
tree | 573ce094ea8f5dbf77b08dd87d33c743f19a3928 | |
parent | bf6319b96ade5c4e855b16250250ca0865856640 (diff) | |
download | gcc-4a4a7c31ce7a75fd223918b166b1474581d1fc70.zip gcc-4a4a7c31ce7a75fd223918b166b1474581d1fc70.tar.gz gcc-4a4a7c31ce7a75fd223918b166b1474581d1fc70.tar.bz2 |
Fix class name in ChangeLog of previous commit, r170158.
From-SVN: r170159
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e43018d..13d149c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -11,7 +11,7 @@ * include/bits/regex_compiler.h (_Scanner_base): Use constexpr. * include/bits/regex_constants.h (syntax_option_type): Likewise. * include/bits/regex_grep_matcher.h: Fix comment typo. - (_Specialized_results::_Specialized_results): Simplify. + (_SpecializedResults::_SpecializedResults): Simplify. * include/bits/regex_cursor.h: Fix comment typo. * include/bits/regex_nfa.h: Likewise. * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc: |