[libcxx-commits] [PATCH] D97162: [libcxx] adds std::ranges::swap and std::swappable

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 21 13:31:18 PST 2021


cjdb added a comment.

I'm committing `swappable` independently from `swappable_with` so that I can get `movable`, `copyable`, `semiregular` and `regular` out first (all of which are arguably more important than `swappable_with`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97162



More information about the libcxx-commits mailing list