diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-11 16:01:41 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-02-11 16:01:41 +0100 |
| commit | 6f2555bab2b1ef4287cd9d6f117aeefc88580f7d (patch) | |
| tree | 4e38d42fae56b844f0e795936677dbf07a3daf00 /modules/codec/c++/data_math.hpp | |
| parent | cc25c5d6439e5b84ff2a1f87686c974a75ef430c (diff) | |
| download | forstio-forstio-6f2555bab2b1ef4287cd9d6f117aeefc88580f7d.tar.gz | |
Diffstat (limited to 'modules/codec/c++/data_math.hpp')
| -rw-r--r-- | modules/codec/c++/data_math.hpp | 2 |
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__} {} |
