freebsd-ports/devel/microsoft-gsl/pkg-descr
Mateusz Piotrowski f6e9b6a04c New port: devel/microsoft-gsl
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

PR:		244551
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2020-03-02 10:08:48 +00:00

11 lines
549 B
Text

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