TEMPLATE_LIST_TEST_CASE implementation

Closes #1627
This commit is contained in:
Jozef Grajciar
2019-05-27 17:24:16 +02:00
committed by Martin Hořeňovský
parent c365ac392b
commit f2cfc2b852
4 changed files with 73 additions and 1 deletions

View File

@@ -31,4 +31,8 @@ struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args..
} // namespace Catch
namespace mpl_{
struct na;
}
#endif // TWOBLUECUBES_CATCH_META_HPP_INCLUDED