From 928e8fb04fd0bb14120ea365e5ba9aa21ed68bd5 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Wed, 9 Oct 2024 15:31:44 +0200 Subject: More deduction tests --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + template constexpr bool equals(const data& rhs)const{ return get() == rhs.get(); } -- cgit v1.2.3