We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab81ffc commit 17a47d6Copy full SHA for 17a47d6
src/nonstd/README.md
@@ -5,3 +5,8 @@
5
6
`nonstd` contains implementations of C++ utilities that are not yet
7
part of the standard library, e.g. for `optional`.
8
+
9
+variant.hpp implements `variant`; it is
10
+https://github.com/mpark/variant/blob/single-header/v1.4.0/variant.hpp
11
+License is at
12
+https://github.com/mpark/variant/blob/single-header/LICENSE.md
0 commit comments