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]

r248266 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Fri May 19 12:11:31 2017
New Revision: 248266

URL: https://gcc.gnu.org/viewcvs?rev=248266&root=gcc&view=rev
Log:
PR libstdc++/80796 Add new std::search overload for C++17

	PR libstdc++/80796
	* include/bits/stl_algo.h (search): Add new overload for C++17.
	* testsuite/25_algorithms/search/searcher.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/25_algorithms/search/searcher.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_algo.h


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