diff options
| author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-09 15:31:44 +0200 |
|---|---|---|
| committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-10-09 15:31:44 +0200 |
| commit | 928e8fb04fd0bb14120ea365e5ba9aa21ed68bd5 (patch) | |
| tree | 8158d70f7e020e216a1642dc653720e9dce8d89b /modules/codec | |
| parent | f833939fe38d00b27acef5f9251892a3ad3c1b08 (diff) | |
| download | forstio-forstio-928e8fb04fd0bb14120ea365e5ba9aa21ed68bd5.tar.gz | |
More deduction tests
Diffstat (limited to 'modules/codec')
| -rw-r--r-- | modules/codec/c++/data.hpp | 2 |
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(); } |
