ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.25k stars 392 forks source link

Request: ‘etl::ibasic_string<char>::compare(const string_view&) const’ overload #974

Open KammutierSpule opened 1 week ago

KammutierSpule commented 1 week ago

Consider to add a string_view compare overload to ibasic_string ?

error: no matching function for call to ‘etl::ibasic_string<char>::compare(const string_view&) const’
jwellbelove commented 1 week ago

This is a similar request to #962