Files
expected/tests/constexpr.cpp

7 lines
102 B
C++
Raw Permalink Normal View History

2017-11-27 14:48:16 +00:00
#include "catch.hpp"
2019-05-01 12:15:40 +01:00
#include <tl/expected.hpp>
2017-11-27 14:48:16 +00:00
TEST_CASE("Constexpr", "[constexpr]") {
//TODO
}