summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data_math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++/data_math.hpp')
-rw-r--r--modules/codec/c++/data_math.hpp2
1 files changed, 2 insertions, 0 deletions
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,encode::Native>& inner_value__) requires (sizeof...(Dims) == 0u):
values_{inner_value__}
{}