From 2e58bae3b46dc292736bbdbba6d4ee56b1ee51ed Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 22 Jan 2015 18:16:45 +0100 Subject: Renamed `Concatenate` to `Append` to match Scheme function naming --- test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.cc') diff --git a/test.cc b/test.cc index 718fb70..e8e87e1 100644 --- a/test.cc +++ b/test.cc @@ -323,7 +323,7 @@ static_assert( std::is_same< tav::Size<2>, tav::Length< - tav::Concatenate< + tav::Append< tav::List>::type, tav::List>::type >::type @@ -336,7 +336,7 @@ static_assert( std::is_same< tav::Size<4>, tav::Length< - tav::Concatenate< + tav::Append< tav::List, tav::Int<2>>::type, tav::List, tav::Int<4>>::type >::type -- cgit v1.2.3