BAN: Rename StringView suffix from _sv to sv
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BAN
|
||||
|
||||
String::String()
|
||||
{
|
||||
MUST(copy_impl(""_sv));
|
||||
MUST(copy_impl(""sv));
|
||||
}
|
||||
|
||||
String::String(const String& other)
|
||||
|
||||
Reference in New Issue
Block a user