C++ Logo

std-proposals

Advanced search

[std-proposals] std::span<T>::iterator convertible to std::span<T const>::iterator

From: Oliver Schädlich <oliver.schaedlich_at_[hidden]>
Date: Wed, 25 Oct 2023 15:42:14 +0200
I'm using std::span a lot for some time, having more reliable code while
debugging. But it would be nice
to have automatic conversion between std::span<T>::iterator convertible
to std::span<T const>::iterator.

Olli

Received on 2023-10-25 13:42:17