diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-11 10:39:37 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-11 10:39:37 +0000 |
| commit | fbdfc5ff8015367a478452586ce7aba21717ba02 (patch) | |
| tree | 9566321d1949d22bd2dd67569458b82619fbfbfc /libstdc++-v3/include/bits | |
| parent | 595ee83d4dca74371adf79613c36b76d1ec1c9b8 (diff) | |
| download | ppe42-gcc-fbdfc5ff8015367a478452586ce7aba21717ba02.tar.gz ppe42-gcc-fbdfc5ff8015367a478452586ce7aba21717ba02.zip | |
PR libstdc++/63219
* include/bits/regex.h (match_results::format): Remove stray template
parameter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215161 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits')
| -rw-r--r-- | libstdc++-v3/include/bits/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/regex.h b/libstdc++-v3/include/bits/regex.h index e556350adca..9dc83fda562 100644 --- a/libstdc++-v3/include/bits/regex.h +++ b/libstdc++-v3/include/bits/regex.h @@ -1814,7 +1814,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION /** * @pre ready() == true */ - template<typename _Out_iter, typename _St, typename _Sa> + template<typename _St, typename _Sa> basic_string<char_type, _St, _Sa> format(const basic_string<char_type, _St, _Sa>& __fmt, match_flag_type __flags = regex_constants::format_default) const |

