From 6f2555bab2b1ef4287cd9d6f117aeefc88580f7d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 11 Feb 2026 16:01:41 +0100 Subject: Copy behaviour changes --- modules/codec/c++/data_math.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/codec/c++/data_math.hpp') diff --git a/modules/codec/c++/data_math.hpp b/modules/codec/c++/data_math.hpp index 3c55e37..1a56bd0 100644 --- a/modules/codec/c++/data_math.hpp +++ b/modules/codec/c++/data_math.hpp @@ -83,6 +83,8 @@ public: */ data() = default; + SAW_DEFAULT_COPY(data); + data(const data& inner_value__) requires (sizeof...(Dims) == 0u): values_{inner_value__} {} -- cgit v1.2.3