[libcxx-commits] [PATCH] D65260: [libc++] Consolidate swap, swap_ranges, and iter_swap in <type_traits>. NFC.

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 11 10:17:39 PDT 2019


mclow.lists accepted this revision.
mclow.lists added a comment.

With the comment change I suggested, I am fine with this.



================
Comment at: include/utility:253
 
+// moved to <type_traits> for better swap / noexcept support
 
----------------
I would just say:
```
// swap_ranges is defined in <type_traits>`

// swap is defined in <type_traits>
```
and leave it at that.



Repository:
  rCXX libc++

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

https://reviews.llvm.org/D65260





More information about the libcxx-commits mailing list