mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 22:05:34 +00:00
Bundle and use tl::expected instead of std::expected to support C++20 compilers.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <catch2/catch.hpp>
|
||||
#include <tl/expected.hpp>
|
||||
|
||||
TEST_CASE("Constexpr", "[constexpr]") {
|
||||
//TODO
|
||||
}
|
||||
Reference in New Issue
Block a user