Bundle and use tl::expected instead of std::expected to support C++20 compilers.

This commit is contained in:
Alexander Shaduri
2024-04-16 12:39:22 +04:00
parent 0cd846728c
commit fccf448b3a
30 changed files with 4903 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <catch2/catch.hpp>
#include <tl/expected.hpp>
TEST_CASE("Constexpr", "[constexpr]") {
//TODO
}