summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9934b44..924451d 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -172,7 +172,7 @@ public:
return *this;
}
- template<typename Enc>
+ template<typename Enc = encode::Native>
constexpr bool equals(const data<Schema, Enc>& rhs)const{
return get() == rhs.get();
}