[PATCH] D41976: Low-hanging fruit optimization in string::__move_assign().
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 21 11:13:28 PST 2018
mclow.lists added a comment.
> Since __clear_and_shrink() is private
There's no reason it has to be private.
People aren't supposed to call anything with a reserved name.
https://reviews.llvm.org/D41976
More information about the cfe-commits
mailing list