mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-30 22:38:44 +08:00
Changed 2nd exists2 to exists3 in exists()
This commit is contained in:
parent
ad01ec664c
commit
13c024bd9c
@ -132,7 +132,7 @@ namespace etl
|
||||
// Do we have a third hash?
|
||||
if (!etl::is_same<THash3, null_hash>::value)
|
||||
{
|
||||
exists2 = flags[get_hash<THash3>(key)];
|
||||
exists3 = flags[get_hash<THash3>(key)];
|
||||
}
|
||||
|
||||
return exists1 && exists2 && exists3;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user