[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:19:17 PST 2022


philnik accepted this revision as: philnik.
philnik added a comment.

I haven't seen any use, so if CI is OK with it it LGTM.



================
Comment at: libcxx/include/__algorithm/ranges_swap_ranges.h:46
     }
     return {_VSTD::move(__first1), _VSTD::move(__first2)};
   }
----------------
You can replace `_VSTD` with `std` if you want to in this patch.


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