summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/logic/math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/logic/math.hpp')
-rw-r--r--dev/lib/logic/math.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/logic/math.hpp b/dev/lib/logic/math.hpp
index 2613799..3ea99dc 100644
--- a/dev/lib/logic/math.hpp
+++ b/dev/lib/logic/math.hpp
@@ -11,7 +11,7 @@
namespace snu::math
{
- template <size_t T>
+ template <std::size_t T>
struct is_non_boolean_integer final
{
static constexpr const bool value = true;