aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-17 22:32:06 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-17 22:32:06 +0100
commit483b7789c38e42b26fbdbf10601fe47567078a50 (patch)
treea4e4ac6f456ef68d6b0ab4893b7a621dede4c90d
parent044a64ef019ce2ff241e72f2b7b3a444b922b798 (diff)
downloadteachos-483b7789c38e42b26fbdbf10601fe47567078a50.tar.xz
teachos-483b7789c38e42b26fbdbf10601fe47567078a50.zip
kapi/memory: remove penalizing explicit
-rw-r--r--kapi/include/kapi/memory/address.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapi/include/kapi/memory/address.hpp b/kapi/include/kapi/memory/address.hpp
index 3bef358..69fc7b9 100644
--- a/kapi/include/kapi/memory/address.hpp
+++ b/kapi/include/kapi/memory/address.hpp
@@ -33,7 +33,7 @@ namespace kapi::memory
struct address
{
//! Construct a null-address.
- constexpr explicit address() noexcept = default;
+ constexpr address() noexcept = default;
//! Construct an address representing the given value.
//!