diff options
Diffstat (limited to 'src/operation')
-rw-r--r-- | src/operation/math.h | 2 |
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> >; |