K 10 svn:author V 3 0mp K 8 svn:date V 27 2020-03-02T10:08:48.009699Z K 7 svn:log V 640 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, 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 END