mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 18:10:00 +08:00
basic_string.h (swap): Remove redundant template parameters from declaration of non-template member...
2003-05-02 Jonathan Wakely <redi@gcc.gnu.org> * include/bits/basic_string.h (swap): Remove redundant template parameters from declaration of non-template member function. From-SVN: r66389
This commit is contained in:
parent
3f4a3170f1
commit
8515a6007c
@ -1,3 +1,8 @@
|
||||
2003-05-02 Jonathan Wakely <redi@gcc.gnu.org>
|
||||
|
||||
* include/bits/basic_string.h (swap): Remove redundant template
|
||||
parameters from declaration of non-template member function.
|
||||
|
||||
2003-05-01 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* acconfig.h (_GLIBCPP_USE_NLS): New symbol.
|
||||
|
@ -709,7 +709,7 @@ namespace std
|
||||
copy(_CharT* __s, size_type __n, size_type __pos = 0) const;
|
||||
|
||||
void
|
||||
swap(basic_string<_CharT, _Traits, _Alloc>& __s);
|
||||
swap(basic_string& __s);
|
||||
|
||||
// String operations:
|
||||
const _CharT*
|
||||
|
Loading…
Reference in New Issue
Block a user