Attempt to fix clang CI error

This commit is contained in:
John Wellbelove 2022-09-11 22:50:01 +01:00
parent d7609360e8
commit b4e4bcc6b3

View File

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