[libcxx-commits] [PATCH] D144478: [libc++][NFC] Simplify __sort{3, 4, 5}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 21 06:09:52 PST 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Don't return the number of swaps; it's not used anywhere.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144478

Files:
  libcxx/include/__algorithm/sort.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144478.499141.patch
Type: text/x-patch
Size: 4134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230221/2e16f75b/attachment.bin>


More information about the libcxx-commits mailing list