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

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Oct 18 11:27:00 GMT 2019


Author: redi
Date: Fri Oct 18 11:27:26 2019
New Revision: 277150

URL: https://gcc.gnu.org/viewcvs?rev=277150&root=gcc&view=rev
Log:
Implement std::ranges::less without std::less

	* include/bits/range_cmp.h (ranges::less::operator()): Inline the
	logic from std::less::operator() to remove the dependency on it.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/range_cmp.h



More information about the Libstdc++-cvs mailing list