util/AllocatedString: rename to BasicAllocatedString
To make things simpler, AllocatedString is now a non-template class.
This commit is contained in:

committed by
Max Kellermann

parent
8d80280ab9
commit
cfb7f8ab84
@@ -46,7 +46,7 @@ IcuCompare::IcuCompare(std::string_view _needle) noexcept
|
||||
#else
|
||||
|
||||
IcuCompare::IcuCompare(std::string_view _needle) noexcept
|
||||
:needle(AllocatedString<>::Duplicate(_needle)) {}
|
||||
:needle(AllocatedString::Duplicate(_needle)) {}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user