[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 16:33:38 PDT 2021


rarutyun marked an inline comment as done.
rarutyun added inline comments.


================
Comment at: libcxx/include/module.modulemap:363-364
+    module __compare {
+      module ordering                   { private header "__compare/ordering.h"                   }
+      module common_comparison_category { private header "__compare/common_comparison_category.h" }
+    }
----------------
Quuxplusone wrote:
> These two still need alphabetization between the two of them (i.e., switch their order).
:) Done. Sorry for missing that, it's 2:30 am my timezone:)


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

https://reviews.llvm.org/D106107



More information about the libcxx-commits mailing list