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` --- src/function/detail/apply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/function/detail/apply.h') diff --git a/src/function/detail/apply.h b/src/function/detail/apply.h index 2f4c782..c06fe68 100644 --- a/src/function/detail/apply.h +++ b/src/function/detail/apply.h @@ -12,7 +12,7 @@ template < typename... Arguments > struct apply_none { - using function = Function; + using type = Function; }; template < -- cgit v1.2.3