As long as range-algorithms are not parallelizable (which according to the latest draft they aren’t), declaring iterator-based algorithms done is IMHO a bad idea…
From: Std-Proposals <std-proposals-bounces@lists.isocpp.org>
On Behalf Of Domen Vrankar via Std-Proposals
Sent: Wednesday, December 4, 2019 10:46 AM
To: std-proposals@lists.isocpp.org
Cc: Domen Vrankar <domen.vrankar@gmail.com>
Subject: Re: [std-proposals] Should we have std::inplace_transform?
Just my opinion but I'd say that any algorithm extensions suhould build on top of ranges (composibility) and that current algorithms should be left as they are.