Skip to content

Commit 2eb8ea9

Browse files
committed
Tweaked #1516 one more time
1 parent fd857db commit 2eb8ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20689,10 +20689,10 @@ The GSL is header only, and can be found at [GSL: Guidelines support library](ht
2068920689
The support library facilities are designed to be extremely lightweight (zero-overhead) so that they impose no overhead compared to using conventional alternatives.
2069020690
Where desirable, they can be "instrumented" with additional functionality (e.g., checks) for tasks such as debugging.
2069120691

20692-
These Guidelines assume a `variant` type, but this is not currently in GSL.
20692+
These Guidelines use types from the standard (e.g., C++17) in addition to ones from the GSL.
20693+
For example, we assume a `variant` type, but this is not currently in GSL.
2069320694
Eventually, use [the one voted into C++17](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0088r3.html).
2069420695

20695-
These Guidelines use types from the standard (e.g., C++17) in addition to ones from the GSL.
2069620696
Some of the GSL types listed below may not be supported in the library you use due to technical reasons such as limitations in the current versions of C++.
2069720697
Therefore, please consult your GSL documentation to find out more.
2069820698

0 commit comments

Comments
 (0)