Yes, you are right. range-v3 library is c++14 compatibly.

std::span introduced in c++20.

Best regards,
Mikhail


On Thu, 16 May 2019 at 22:29, Иван Комиссаров <abba...@gmail.com> wrote:

> Correct me if I’m wrong, but gsl::span (or an array_view) conforms (one
> of) the ranges concept, i.e. it *is* a range.
>
> No need to wait for c++20 =)
>
> > 16 мая 2019 г., в 22:23, Mikhail Svetkin <mikhail.svet...@gmail.com>
> написал(а):
> >
> > If we will return a range (C++20 accepted ranges) then we can provide
> better integration with other world and we will pay for implicit shared
> only when we need it.
>
>
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to