From 1a8ce716536cc8f742e336ce995d98b1bacb812c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=9E=D1=80=D0=B5=D1=85?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0?= Date: Fri, 4 Dec 2020 18:26:23 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20ExtraTypes.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ExtraTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtraTypes.cpp b/ExtraTypes.cpp index eb054d6..d2dccfc 100644 --- a/ExtraTypes.cpp +++ b/ExtraTypes.cpp @@ -104,7 +104,7 @@ inline void hashCombine ( std::size_t & o_seed , const _T & p_val) o_seed ^= std :: hash <_T >() (p_val) + 0x9e3779b9 + (o_seed << 6) + (o_seed >> 2) ; } -size_t hash_u_set::operator()(const s &x) const{ +size_t hash_u_set::operator()(const s &x) const{ std :: size_t seed = 0; int a[] = {x.f_id, x.l_id, x.c_id}; if(a[0] > a[1]) -- GitLab