From 574d373163f7edade42e935b9e6957cdaf08d94b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 30 Jul 2025 09:07:51 +0100 Subject: feat: 'dispose' now takes T* as a reference. Signed-off-by: Amlal El Mahrouss --- dev/lib/logic/math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/lib/logic') 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 + template struct is_non_boolean_integer final { static constexpr const bool value = true; -- cgit v1.2.3