Numerous string_view comparisons against string literals and char arrays currently require workarounds such as conversion to std::string or using .compare() due to mnmlstc/core's string_view implementation lacking necessary equality operator overloads.
Once support for mnmlstc/core (and Boost) as polyfill library options is dropped by CXX-2797, audit and replace all such workarounds with simple a == b.
- depends on
-
CXX-2797 Remove MNMLSTC and Boost from CMake scripts and docs
- Closed