Files
expected/tests/constexpr.cpp

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

2017-11-27 14:48:16 +00:00
#include "catch.hpp"
#include "expected.hpp"
TEST_CASE("Constexpr", "[constexpr]") {
//TODO
}