[libcxx-commits] [PATCH] D119491: [libc++] Remove unused include from ranges_swap_ranges.h

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 15:28:52 PST 2022


jloser added inline comments.


================
Comment at: libcxx/include/__algorithm/ranges_swap_ranges.h:46
     }
     return {_VSTD::move(__first1), _VSTD::move(__first2)};
   }
----------------
philnik wrote:
> You can replace `_VSTD` with `std` if you want to in this patch.
Nah, I think that we should `s/_VSTD/std` in all of ranges in one patch if we're going to do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119491



More information about the libcxx-commits mailing list