Commit 05389c6d authored by Dominik Charousset's avatar Dominik Charousset

Fix metaprogramming test

parent da5586ca
...@@ -47,12 +47,6 @@ int main() { ...@@ -47,12 +47,6 @@ int main() {
CAF_CHECK((! ctm<if2, if3>::value)); CAF_CHECK((! ctm<if2, if3>::value));
CAF_CHECK((ctm<if1, if4>::value)); CAF_CHECK((ctm<if1, if4>::value));
CAF_CHECK((ctm<if2, if4>::value)); CAF_CHECK((ctm<if2, if4>::value));
CAF_CHECK((ctm<if4, if1>::value));
CAF_CHECK((ctm<if4, if2>::value));
return 0;
using l1 = type_list<int, float, std::string>; using l1 = type_list<int, float, std::string>;
using r1 = typename tl_reverse<l1>::type; using r1 = typename tl_reverse<l1>::type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment