I imagine, but I want it to be part of std::string, not std. It's a string, so string manipulation routines should be in std::string.
But the problem is, of course, the encapsulation issue. And the maintenance issue.

Besides, I generally use MFC's CString because it's more to my liking, so it's not that bothersome.