Remove C++17 #ifdefs around the implicit conversion between StringRef and string_view
This is no longer needed as LLVM is built with C++17 now. Also drop the explicit conversion to std::string as the implicit conversion to std::string_view gets picked first anyways.
Loading
Please sign in to comment