diff options
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r-- | modules/codec/c++/data.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index d8208d0..a17f123 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -502,7 +502,6 @@ class data<schema::Array<T,Dim>, encode::Native, storage::Default> { value_.resize(get_full_size()); } - template<size_t i = 0> error_or<void> add(saw::data<T,encode::Native, storage::Default> data){ /** @todo |