aboutsummaryrefslogtreecommitdiff
path: root/devel/span/pkg-descr
blob: 4d4f5600a244ac23741bc3b3a7e515aa964c126a (plain) (blame)
1
2
3
4
5
6
7
This repository contains a single-header implementation of C++20's std::span,
conforming to the C++20 committee draft. It is compatible with C++11, but will
use newer language features if they are available.

It differs from the implementation in the Microsoft GSL in that it is
single-header and does not depend on any other GSL facilities. It also works
with C++11, while the GSL version requires C++14.