Re: [PATCH 2/3] libstdc++: Convert the ranges algorithm entities into function objects

2020-02-14 Thread Jonathan Wakely
On 14/02/20 10:35 -0500, Patrick Palka wrote: This is the standard way to inhibit ADL for these entities, which is required as per [algorithms.requirements] p2 and [specialized.algorithms] p4. The conversion was done mostly mechanically with a custom Vim macro. [ To make it easier to review,

[PATCH 2/3] libstdc++: Convert the ranges algorithm entities into function objects

2020-02-14 Thread Patrick Palka
This is the standard way to inhibit ADL for these entities, which is required as per [algorithms.requirements] p2 and [specialized.algorithms] p4. The conversion was done mostly mechanically with a custom Vim macro. [ To make it easier to review, the diffstat below was generated with the -w