From a3a0d6a1fa880b324576bb073637e021c57b0e65 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 24 Feb 2015 16:51:37 +0100 Subject: Replaced `utility::defer_eval` with placeholder-less `Apply` * usage of `Apply` sans placeholders was already possible and as such duplicated `utility::defer_eval` * renamed `apply_none`'s type alias from to `type` to enable combining it with `Eval` --- test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.cc') diff --git a/test.cc b/test.cc index 44c0f6f..525afcf 100644 --- a/test.cc +++ b/test.cc @@ -1146,7 +1146,7 @@ static_assert( tav::Multiply, tav::Int<21>, tav::Int<2> - >::function::type + >::type >::value, "(* 21 2) != 42" ); -- cgit v1.2.3