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
@@ -27,9 +27,9 @@
|
||||
|
||||
#include <string_view>
|
||||
|
||||
template<typename T> class AllocatedString;
|
||||
class AllocatedString;
|
||||
|
||||
AllocatedString<char>
|
||||
AllocatedString
|
||||
IcuCaseFold(std::string_view src) noexcept;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user