[libcxx-commits] [PATCH] D119685: [libc++] [test] Qualify `distance` as `std::distance` in a lot of tests. NFCI.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 14 12:45:49 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

This patch and the proposed plan SGTM, however if all the changes look basically like this (just adding `std::` mechanically), I'd rather just have all the follow-ups in the same PR. It's going to be as easy to review and will create less review traffic.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119685/new/

https://reviews.llvm.org/D119685



More information about the libcxx-commits mailing list