On Wed, 25 Sept 2024 at 18:22, François Dumont <frs.dum...@gmail.com> wrote: > > Hi > > Once https://gcc.gnu.org/pipermail/libstdc++/2024-September/059568.html > will be accepted we will be able fix this long lasting issue that > std::stable_sort and std::inplace_merge are forcing the functor to take > const& parameters even when iterators used in range are not const ones.
https://cplusplus.github.io/LWG/issue3031 said that's OK.