diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-17 22:32:06 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-17 22:32:06 +0100 |
| commit | 483b7789c38e42b26fbdbf10601fe47567078a50 (patch) | |
| tree | a4e4ac6f456ef68d6b0ab4893b7a621dede4c90d /kapi/include | |
| parent | 044a64ef019ce2ff241e72f2b7b3a444b922b798 (diff) | |
| download | teachos-483b7789c38e42b26fbdbf10601fe47567078a50.tar.xz teachos-483b7789c38e42b26fbdbf10601fe47567078a50.zip | |
kapi/memory: remove penalizing explicit
Diffstat (limited to 'kapi/include')
| -rw-r--r-- | kapi/include/kapi/memory/address.hpp | 2 |
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. //! |
