diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 09:07:51 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-30 09:07:51 +0100 |
| commit | 574d373163f7edade42e935b9e6957cdaf08d94b (patch) | |
| tree | a8a94407f9875a700ffd7456b9f00c9341e713e1 /dev/lib/logic/math.hpp | |
| parent | c52dbf5513ae7f106634967162da5cfb01dc5af3 (diff) | |
feat: 'dispose' now takes T* as a reference.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/logic/math.hpp')
| -rw-r--r-- | dev/lib/logic/math.hpp | 2 |
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; |
