aboutsummaryrefslogtreecommitdiff
path: root/devel/microsoft-gsl/pkg-descr
blob: 2f776aed3593057c1f6d483ac364b24ef7e089ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
The Guidelines Support Library (GSL) contains functions and types that are
suggested for use by the C++ Core Guidelines maintained by the Standard C++
Foundation. This repo contains Microsoft's implementation of GSL.

The library includes types like span<T>, string_span, owner<> and others.

The entire implementation is provided inline in the headers under the gsl
directory. The implementation generally assumes a platform that implements
C++14 support. There are specific workarounds to support MSVC 2015.

WWW: https://github.com/microsoft/GSL