=== src/third_party/nonstd/expected.hpp
This is the single header version of
-https://github.com/martinmoene/expected-lite[expected-lite] 0.6.0 with the
+https://github.com/martinmoene/expected-lite[expected-lite] 0.6.1 with the
following license:
----
#define NONSTD_EXPECTED_LITE_HPP
#define expected_lite_MAJOR 0
-#define expected_lite_MINOR 5
-#define expected_lite_PATCH 0
+#define expected_lite_MINOR 6
+#define expected_lite_PATCH 1
#define expected_lite_VERSION expected_STRINGIFY(expected_lite_MAJOR) "." expected_STRINGIFY(expected_lite_MINOR) "." expected_STRINGIFY(expected_lite_PATCH)