summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/codec/c++/data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index b217a5a..ee3003e 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -196,7 +196,7 @@ class data<schema::Array<T,Dim>, encode::Native> {
return s;
}
public:
- data(),
+ data():
value_{}
{
for(auto& iter : dims_){