[libcxx-commits] [PATCH] D92190: [libc++] fix std::sort(T**, T**)
Howard Hinnant via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 8 10:03:23 PST 2020
howard.hinnant added a comment.
I agree that the change from `size_t` to `uintptr_t` is the right thing to do here. I don't recall exactly why I didn't use `uintptr_t` in the first place. It may have simply been an oversight. Or it may have been that `uintptr_t` wasn't in my toolbox at the time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92190/new/
https://reviews.llvm.org/D92190
More information about the libcxx-commits
mailing list