tmp/tests/catch_tmp.h

4 lines
83 B
C++

#include <catch.hpp>
#define REQUIRE_SAME(T0, T1) REQUIRE(std::is_same<T0, T1>{})