You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
192 B

  1. #include <cpputils/mp/intern/comparable_equal.h>
  2. using namespace ::utl::mp::intern;
  3. namespace test_mp_intern_comparable_equal
  4. {
  5. static_assert(comparable_equal<bool, bool>::value, "");
  6. }