Files
optional/tests/constexpr.cpp

5 lines
87 B
C++
Raw Normal View History

2017-10-02 10:38:05 +01:00
#include "catch.hpp"
#include "optional.hpp"
TEST_CASE("Constexpr", "[constexpr]") {}