mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Attempt to fix clang CI error
This commit is contained in:
parent
89d17dd773
commit
d7609360e8
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user