Attempt to fix clang CI error

This commit is contained in:
John Wellbelove 2022-09-11 21:11:27 +01:00
parent 89d17dd773
commit d7609360e8

View File

@ -420,7 +420,7 @@ namespace
bool isEqual = std::equal(data.begin(),
data.end(),
other_data.begin(),
std::equal_to<>{});
std::equal_to<DataNDC::key_type>());
CHECK(isEqual);
}