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
1b89b4ef83
commit
c70b63c183
@@ -36,7 +36,7 @@
|
||||
*/
|
||||
class NarrowPath {
|
||||
#ifdef _UNICODE
|
||||
using Value = AllocatedString<>;
|
||||
using Value = AllocatedString;
|
||||
#else
|
||||
using Value = StringPointer<>;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user