mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix the broken isocpp.org link in README.md.
This commit is contained in:
parent
53b866a109
commit
7d07140cd1
@ -1,9 +1,9 @@
|
|||||||
# GSL: Guidelines Support Library
|
# GSL: Guidelines Support Library
|
||||||
|
|
||||||
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
|
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the
|
||||||
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](isocpp.org).
|
[C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) maintained by the [Standard C++ Foundation](https://isocpp.org).
|
||||||
This repo contains Microsoft's implementation of GSL, tracking Microsoft's fork of the Guidelines. Microsoft's fork can be found here:
|
This repo contains Microsoft's implementation of GSL, tracking Microsoft's fork of the Guidelines. Microsoft's fork can be found here:
|
||||||
[C++ Core Guidelines](https://github.com/Microsoft/CppCoreGuidelines).
|
[C++ Core Guidelines](https://github.com/Microsoft/CppCoreGuidelines).
|
||||||
|
|
||||||
The library includes types like `array_view<>`, `string_view<>`, `owner<>` and others.
|
The library includes types like `array_view<>`, `string_view<>`, `owner<>` and others.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user