Michael Spencer <bigcheesegs at ...> writes: > * Remove the actual path class. Instead Twine, StringRef, and SmallString are > used depending on the argument. This makes the main part of the path API > stateless, and removes all that std::string allocation and copying we had > before. Very cool, I hope this goes in.