We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c1bb commit c66b443Copy full SHA for c66b443
1 file changed
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 1
+#define ZEUS_EXPECTED_VERSION_PATCH 2
12
13
#if __cplusplus < 201'703L
14
static_assert(false, "This expected variant requires C++17");
0 commit comments