From 3e10a47c7329033cfc4eaea19418b57ae83481a9 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 9 Apr 2024 13:48:54 +0200 Subject: codec: Fixed broken case --- modules/codec/c++/data.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/codec') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index ee3003e..2cf2a96 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -318,13 +318,6 @@ private: public: data() = default; - data(const std::array::type, ct_multiply::value>& data) requires (is_primitive::value) - { - for(uint64_t i = 0; i < ct_multiply::value; ++i){ - value_.at(i).set(data.at(i)); - } - } - data& at(const std::array& ind){ return value_.at(this->get_flat_index(ind)); } -- cgit v1.2.3