tmp/tests/catch_tmp.h

4 lines
83 B
C
Raw Normal View History

2021-05-10 16:10:51 +00:00
#include <catch.hpp>
#define REQUIRE_SAME(T0, T1) REQUIRE(std::is_same<T0, T1>{})