Don't inherit from std::string.
std::string should not be inherited from. This code does not compile with the libc++ update because copy constructors cannot be inherited (not sure why Clang allows this prior to the update). Test: mm Bug: None Change-Id: I9b83a918386016de892bba1a3ff144ab44741b7c
Loading
Please sign in to comment