[libcxx-commits] [PATCH] D147853: [libc++] Granularize system_error.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 8 09:11:05 PDT 2023
philnik accepted this revision.
philnik added a comment.
This revision is now accepted and ready to land.
LGTM % nit with green CI.
================
Comment at: libcxx/include/module.modulemap.in:1438-1443
+ module __system_error {
+ module error_category { private header "__system_error/error_category.h" }
+ module error_code { private header "__system_error/error_code.h" }
+ module error_condition { private header "__system_error/error_condition.h" }
+ module system_error { private header "__system_error/system_error.h" }
+ }
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147853/new/
https://reviews.llvm.org/D147853
More information about the libcxx-commits
mailing list