#1722 introduced overloads on Symbol::For with std::string_view, but this also introduced an ambiguity when a type is convertible to both std::string and std::string_view.
An alternative path forward is that we should remove std::string overload when introducing std::string_view support when applicable.
#1722 introduced overloads on
Symbol::Forwithstd::string_view, but this also introduced an ambiguity when a type is convertible to bothstd::stringandstd::string_view.An alternative path forward is that we should remove
std::stringoverload when introducingstd::string_viewsupport when applicable.