#include "String/StringView.hpp" #include "String/StringViewLiteral.hpp" namespace ArbUt { [[deprecated("Moved to StringView")]] typedef StringView CaseInsensitiveConstString; }