From 73680466149c7aad21de558b7acc11dfa05183d2 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 13 Feb 2015 21:54:48 +0100 Subject: Renamed `Apply`'s template alias to `function` * `type` is used to represent evaluation of a template * accessing the `function` doesn't evaluate it as it is the template itself --- example/prime/prime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/prime/prime.cc b/example/prime/prime.cc index e4a58d6..e89d2a4 100644 --- a/example/prime/prime.cc +++ b/example/prime/prime.cc @@ -31,7 +31,7 @@ template < typename Base > using removeMultiplesOf = tav::Remove< - tav::Apply::template type, + tav::Apply::template function, Candidates >; -- cgit v1.2.3