[libcxx-commits] [PATCH] D106107: [libc++][modularisation] Split <compare> into internal headers

Ruslan Arutyunyan via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 26 12:19:37 PDT 2021


rarutyun added a comment.

In D106107#2881766 <https://reviews.llvm.org/D106107#2881766>, @cjdb wrote:

> This should be mostly ready to go (I'm a bit surprised we only need two headers).

Regarding just two headers. I expect them to be more in future because not everything is implemented in `<compare>` e.g. compare_three_way_result, some CPOs, etc. But for now I don't think it worth it to split `ordering.h` on separate partial, weak and strong unless you think opposite.


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

https://reviews.llvm.org/D106107



More information about the libcxx-commits mailing list