From e46eef0dd8c845d77570e9194a83b09a4689ccfa Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Aug 2026 10:56:55 +0200 Subject: Updating clang and fixing copy --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index a750e1e..4289ed8 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -591,7 +591,7 @@ private: public: data() = default; - data(data init) requires (not std::is_same_v) { + data(const data& init) requires (not std::is_same_v) { if constexpr ( 0u < sizeof...(T) ){ init_helper<0u>::apply(value_, std::move(init)); } -- cgit v1.2.3