Skip to content

Commit fd857db

Browse files
committed
Tweak to #1516 per editors call
1 parent 745b066 commit fd857db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20692,7 +20692,8 @@ Where desirable, they can be "instrumented" with additional functionality (e.g.,
2069220692
These Guidelines assume a `variant` type, but this is not currently in GSL.
2069320693
Eventually, use [the one voted into C++17](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0088r3.html).
2069420694

20695-
Some of the 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++.
20695+
These Guidelines use types from the standard (e.g., C++17) in addition to ones from the GSL.
20696+
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++.
2069620697
Therefore, please consult your GSL documentation to find out more.
2069720698

2069820699
Summary of GSL components:

0 commit comments

Comments
 (0)