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 bf5aa84 commit 6031d40Copy full SHA for 6031d40
include/zeus/expected.hpp
@@ -8,7 +8,7 @@
8
9
#define ZEUS_EXPECTED_VERSION_MAJOR 1
10
#define ZEUS_EXPECTED_VERSION_MINOR 0
11
-#define ZEUS_EXPECTED_VERSION_PATCH 0
+#define ZEUS_EXPECTED_VERSION_PATCH 1
12
13
#if __cplusplus < 201'703L
14
static_assert(false, "This expected variant requires C++17");
0 commit comments