WIP: concepts rework
This commit is contained in:
@@ -174,7 +174,9 @@ namespace TmetaTypelist {
|
||||
EXPECT_EQ (true, (std::is_same<long, at<l, int_<3>>>()));
|
||||
|
||||
EXPECT_EQ (true, (std::is_same<char*, front<l>>()));
|
||||
EXPECT_EQ (true, (std::is_same<nil_, front<typelist<>>>()));
|
||||
EXPECT_EQ (true, (std::is_same<short, back<l>>()));
|
||||
EXPECT_EQ (true, (std::is_same<nil_, back<typelist<>>>()));
|
||||
}
|
||||
|
||||
TEST(TmetaTypelist, Concat) {
|
||||
|
||||
Reference in New Issue
Block a user