This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] basic_string::swap - remove redundant template params


This trivial patch removes the redundant restating of basic_string's
template params in the declaration of the swap() member, to be more
concise and consistent with the rest of the file.

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.

tested i386-unknown-freebsd4.8, ok to commit?

jon

-- 
"When I use a word, it means just what I choose it to mean
 -- neither more nor less."
	- Humpty Dumpty

Attachment: libstdc++-basic_string_swap.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]