It's difficult to mix AString with third-party C++ code that uses
std::string. The only advantage AString provides is being able to
transfer ownership of the underlying buffer, but that is not enough to
warrant maintaining this half-implemented class.
It's difficult to mix AString with third-party C++ code that uses std::string. The only advantage AString provides is being able to transfer ownership of the underlying buffer, but that is not enough to warrant maintaining this half-implemented class.