Closed ahmadsharif1 closed 3 weeks ago
std::string's starts_with method is c++20
So we use a different incantation that's C++17 compliant
Approving and merging to unbreak CI. We can figure out later if it should be rfind() or find().
rfind()
find()
std::string's starts_with method is c++20
So we use a different incantation that's C++17 compliant