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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 15:30:49 PST 2022


philnik added inline comments.


================
Comment at: libcxx/include/__algorithm/ranges_swap_ranges.h:46
     }
     return {_VSTD::move(__first1), _VSTD::move(__first2)};
   }
----------------
jloser wrote:
> 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.
Right, I wanted to make a PR for that 😄 . Thanks for reminding me.


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