From adb4d06b952c2340d7926b9a44433194f0c79a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 25 Oct 2012 18:22:13 +0200 Subject: [PATCH] Have consistent template order (first size, then type). --- src/TypeTraits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TypeTraits.h b/src/TypeTraits.h index 37dae7f43..5a1310502 100644 --- a/src/TypeTraits.h +++ b/src/TypeTraits.h @@ -231,7 +231,7 @@ template<> struct TypeTraits: public Math::MathTypeTraits { }; #endif -template struct TypeTraits> { +template struct TypeTraits> { inline constexpr static Type type() { return TypeTraits::type(); } /* Can not be used for indices */ /* Can not be used for images */ @@ -247,7 +247,7 @@ template struct TypeTraits>: public TypeTraits struct TypeTraits>: public TypeTraits> {}; template struct TypeTraits>: public TypeTraits> {}; -template struct TypeTraits> { +template struct TypeTraits> { inline constexpr static Type type() { return TypeTraits::type(); } /* Can not be used for indices */ /* Can not be used for images */