On Thu, 24 Oct 2024 at 16:00, Jonathan Wakely wrote:
>
> This is another piece of P1206R7, adding new members to std::vector and
> std::vector.
>
> The __uninitialized_copy_a extension needs to be enhanced to support
> passing non-common ranges (i.e. a sentinel that is a different type from
> the
This is another piece of P1206R7, adding new members to std::vector and
std::vector.
The __uninitialized_copy_a extension needs to be enhanced to support
passing non-common ranges (i.e. a sentinel that is a different type from
the iterator) and move-only input iterators.
libstdc++-v3/ChangeLog: