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
d7609360e8
commit
b4e4bcc6b3
@ -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>());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user