gcc/libstdc++-v3/testsuite/25_algorithms/search
Patrick Palka f017952d31 libstdc++: Mark some more algorithms constexpr for C++20
As per P0202.

libstdc++-v3/ChangeLog:

	* include/bits/stl_algo.h (for_each_n): Mark constexpr for C++20.
	(search): Likewise for the overload that takes a searcher.
	* testsuite/25_algorithms/for_each/constexpr.cc: Test constexpr
	std::for_each_n.
	* testsuite/25_algorithms/search/constexpr.cc: Test constexpr
	std::search overload that takes a searcher.
2020-09-21 20:48:17 -04:00
..
requirements/explicit_instantiation
1.cc
78346.cc
check_type.cc
constexpr.cc libstdc++: Mark some more algorithms constexpr for C++20 2020-09-21 20:48:17 -04:00
constrained.cc libstdc++: Implement C++20 constrained algorithms 2020-02-06 20:08:34 -05:00
searcher.cc