From 483b7789c38e42b26fbdbf10601fe47567078a50 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 17 Mar 2026 22:32:06 +0100 Subject: kapi/memory: remove penalizing explicit --- kapi/include/kapi/memory/address.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kapi') 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. //! -- cgit v1.2.3