gcc/libstdc++-v3/testsuite/25_algorithms/nth_element
Patrick Palka d06373fa34 libstdc++: Directly implement ranges::nth_element [PR100795]
PR libstdc++/100795

libstdc++-v3/ChangeLog:

	* include/bits/ranges_algo.h (__detail::__introselect): New,
	based on the stl_algo.h implementation.
	(nth_element_fn::operator()): Reimplement in terms of the above.
	* testsuite/25_algorithms/nth_element/constrained.cc:

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
2025-06-27 13:53:34 -04:00
..
requirements/explicit_instantiation Update copyright years. 2025-01-02 11:59:57 +01:00
1.cc Update copyright years. 2025-01-02 11:59:57 +01:00
2.cc Update copyright years. 2025-01-02 11:59:57 +01:00
3.cc Update copyright years. 2025-01-02 11:59:57 +01:00
58800.cc Update copyright years. 2025-01-02 11:59:57 +01:00
check_type.cc Update copyright years. 2025-01-02 11:59:57 +01:00
constexpr.cc Update copyright years. 2025-01-02 11:59:57 +01:00
constrained.cc libstdc++: Directly implement ranges::nth_element [PR100795] 2025-06-27 13:53:34 -04:00
moveable.cc Update copyright years. 2025-01-02 11:59:57 +01:00
random_test.cc Update copyright years. 2025-01-02 11:59:57 +01:00