aboutsummaryrefslogtreecommitdiff
path: root/src/operation/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/operation/math.h')
-rw-r--r--src/operation/math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operation/math.h b/src/operation/math.h
index d855893..e20795b 100644
--- a/src/operation/math.h
+++ b/src/operation/math.h
@@ -55,7 +55,7 @@ using Modulo = std::integral_constant<
>;
template <typename X>
-using Even = EqualValue<
+using Even = IsEqualValue<
Modulo<X, Size<2>>,
Size<0>
>;