7 lines
183 B
C++
7 lines
183 B
C++
|
#include "String/StringView.hpp"
|
||
|
#include "String/StringViewLiteral.hpp"
|
||
|
|
||
|
namespace ArbUt {
|
||
|
[[deprecated("Moved to StringView")]] typedef StringView CaseInsensitiveConstString;
|
||
|
}
|