diff options
Diffstat (limited to 'include/module.modulemap')
| -rw-r--r-- | include/module.modulemap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/module.modulemap b/include/module.modulemap index 127a42b0633d..089505586fb3 100644 --- a/include/module.modulemap +++ b/include/module.modulemap @@ -235,6 +235,10 @@ module std [system] { export * } // No submodule for cassert. It fundamentally needs repeated, textual inclusion. + module charconv { + header "charconv" + export * + } module chrono { header "chrono" export * @@ -498,6 +502,7 @@ module std [system] { module __tree { header "__tree" export * } module __tuple { header "__tuple" export * } module __undef_macros { header "__undef_macros" export * } + module __node_handle { header "__node_handle" export * } module experimental { requires cplusplus11 |
