This is the mail archive of the gcc-cvs@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]

gcc/libstdc++-v3 ChangeLog include/bits/stl_algo.h


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2005-09-12 21:13:05

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

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

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3099&r2=1.3100
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&r1=1.57&r2=1.58


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