Commit 1a8ce716 authored by Алина Орехова's avatar Алина Орехова
Browse files

Исправление ExtraTypes.cpp

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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<s>::operator()(const s &x) const{
size_t hash_u_set<s>::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])
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment