Remove the no longer used is_unique type trait

It was used in checking that types in TEMPLATE_TEST_CASE and friends
were unique, but this was removed for v2.8.0 (#1628). Since there
are no further uses of this trait, the simplest thing to do is to
just remove it.

Fixes #1757
This commit is contained in:
Martin Hořeňovský
2019-09-20 23:28:19 +02:00
parent af8b2538a6
commit 3beccfb429
3 changed files with 0 additions and 42 deletions

View File

@@ -12,7 +12,6 @@
#include "catch_interfaces_testcase.h"
#include "catch_compiler_capabilities.h"
#include "catch_stringref.h"
#include "catch_type_traits.hpp"
#include "catch_preprocessor.hpp"
#include "catch_meta.hpp"