fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
510 B
Text
9 lines
510 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.
|