[libcxx-commits] [PATCH] D151814: [libc++][modules] Adds the C++23 std module.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 12 08:46:13 PDT 2023
Mordante added a subscriber: H-G-Hristov.
Mordante added inline comments.
================
Comment at: libcxx/modules/std/string.cppm:74
+ // TODO MODULES is this a bug?
+#if 1
----------------
Except for this change all other changes in this directory should be in a separate commit. For now I keep them here. @H-G-Hristov is making great progress on P1614 (the spaceship paper). This means a lot of changes to the to the modules. After this patch is accepted I will coordinate with @H-G-Hristov regarding splitting this patch and avoid conflicts with the spaceship patches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151814/new/
https://reviews.llvm.org/D151814
More information about the libcxx-commits
mailing list