]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic_string.h (swap): Remove redundant template parameters from declaration of non...
authorJonathan Wakely <redi@gcc.gnu.org>
Fri, 2 May 2003 15:50:53 +0000 (16:50 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 2 May 2003 15:50:53 +0000 (16:50 +0100)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h

index eb04e9daa4d6ba7a12cde974a8ddaad5a15da896..95fa8d144feb228f6edeb9a9209c1db9e0777764 100644 (file)
@@ -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.
index bdbd2ddb18d591945cfde3000d6ca27da1e822a4..04847f757b2a5edffff5e6e65710cc10f0d5014e 100644 (file)
@@ -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*