Re: [PATCH 1/2] libstdc++: Move some ranges algos to a new header

2020-02-13 Thread Jonathan Wakely
On 12/02/20 15:41 -0500, Patrick Palka wrote: This roughly mirrors the existing split between and . The ranges [specialized.algorithms] will use this new header to avoid including all of of . libstdc++-v3/ChangeLog: * include/Makefile.am: Add bits/ranges_algobase.h * include/M

[PATCH 1/2] libstdc++: Move some ranges algos to a new header

2020-02-12 Thread Patrick Palka
This roughly mirrors the existing split between and . The ranges [specialized.algorithms] will use this new header to avoid including all of of . libstdc++-v3/ChangeLog: * include/Makefile.am: Add bits/ranges_algobase.h * include/Makefile.in: Regenerate. * bits/ranges_al