Skip to content

Commit 745b066

Browse files
authored
clarify that GSL semi-specification of some types does not reflect actual support of them (#1516)
1 parent dc8e493 commit 745b066

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CppCoreGuidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20692,6 +20692,9 @@ 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++.
20696+
Therefore, please consult your GSL documentation to find out more.
20697+
2069520698
Summary of GSL components:
2069620699

2069720700
* [GSL.view: Views](#SS-views)

0 commit comments

Comments
 (0)