From 4bb200de716891ed6c9fc182311c02685c8bdfd4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 12 Feb 2015 13:36:27 +0100 Subject: Added `Is` prefix to `EqualValue` and `EqualType` * analogously to `IsPair` --- 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 3d5cced..e4a58d6 100644 --- a/example/prime/prime.cc +++ b/example/prime/prime.cc @@ -18,7 +18,7 @@ template < typename Candidate, typename Base > -using isMultipleOf = tav::EqualValue< +using isMultipleOf = tav::IsEqualValue< tav::Modulo, tav::Int<0> >; -- cgit v1.2.3