From 45ca44d5f0387a0551cef87168a59d6df97f66fe Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 7 Aug 2025 13:14:16 +0200 Subject: Fixed iterator issue when testing addition --- modules/codec/c++/data.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/codec/c++/data.hpp') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 48b2e60..013b475 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -318,8 +318,7 @@ private: public: constexpr data() = default; - constexpr data(data){ - } + constexpr data(data){} constexpr data(const std::array, ct_multiply::value>& value__): value_{value__} -- cgit v1.2.3