[libcxx-commits] [PATCH] D74291: [libcxx] Adds [concept.same]

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 9 13:08:33 PST 2020


miscco added a comment.

For what its worth, I found some time today to cleanup what I had already done with @CaseyCarter  old implementation D49118 <https://reviews.llvm.org/D49118> (common_type and common_reference were missing).

I havent yet implemented swap as that should be handled consistently with the other CPOs when implementing ranges.

Feel free to salvage as much as you like

https://github.com/miscco/llvm-project/tree/concepts_wip


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

https://reviews.llvm.org/D74291





More information about the libcxx-commits mailing list