This repository contains a proposal to make the C++ standard library algorithms std::sort
,
std::stable_sort
and std::inplace_merge
work with forward and bidirectional iterators
instead of only working with random-access iterators.
The following files are available: