summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/logic
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-30 09:07:51 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-30 09:07:51 +0100
commit574d373163f7edade42e935b9e6957cdaf08d94b (patch)
treea8a94407f9875a700ffd7456b9f00c9341e713e1 /dev/lib/logic
parentc52dbf5513ae7f106634967162da5cfb01dc5af3 (diff)
feat: 'dispose' now takes T* as a reference.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/logic')
-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;