Because QuickString will no longer be a thing, OneString will have to be refactored to remove the remnants of it.
This also removes the need for a base class, so OneStringBase will be combined with OneString.
Because QuickString will no longer be a thing, OneString will have to be refactored to remove the remnants of it.
This also removes the need for a base class, so OneStringBase will be combined with OneString.
Most overload clashes are gone, still a couple of quickstring remnants remain, mainly in calls to double size. Still very broken.
OneStringBase no longer exists, functionality is once again equal to before refactor.