This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	libstdcxx_so_7-branch
Changes by:	paolo@gcc.gnu.org	2005-09-07 13:25:31

Modified files:
	libstdc++-v3   : ChangeLog.libstdcxx_so_7-branch 
	libstdc++-v3/include/bits: stl_algo.h 

Log message:
	2005-09-07  Chris Jefferson <chris@bubblescope.net>
	
	* include/bits/stl_algo.h (search_n): Delegate to specializations.
	(__search_n(std::forward_iterator_tag): Original search_n, tweak to
	remove an unnecessary comparison.
	
	2005-09-07  Jim Xochellis <jimxoch@yahoo.gr>
	
	* include/bits/stl_algo.h (__search_n(std::random_access_iterator_tag):
	Add specialization.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.67&r2=1.1.2.68
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.47.6.16&r2=1.47.6.17


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