summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-10-09 15:31:44 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-10-09 15:31:44 +0200
commit928e8fb04fd0bb14120ea365e5ba9aa21ed68bd5 (patch)
tree8158d70f7e020e216a1642dc653720e9dce8d89b /modules/codec/c++/data.hpp
parentf833939fe38d00b27acef5f9251892a3ad3c1b08 (diff)
More deduction tests
Diffstat (limited to 'modules/codec/c++/data.hpp')
-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();
}