diff --git a/src/olympic/keel/include/keel/typeconv.hpp b/src/olympic/keel/include/keel/typeconv.hpp index 971bf223..62fc0752 100644 --- a/src/olympic/keel/include/keel/typeconv.hpp +++ b/src/olympic/keel/include/keel/typeconv.hpp @@ -214,7 +214,7 @@ class Converter { } [[nodiscard]] BaseConverter const &converter() const noexcept { - return *m_buff.data(); + return *std::launder(m_buff.data()); } };