diff options
Diffstat (limited to 'libcxx/include/module.modulemap.in')
| -rw-r--r-- | libcxx/include/module.modulemap.in | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap.in b/libcxx/include/module.modulemap.in index a86d6c6..24a2fe7 100644 --- a/libcxx/include/module.modulemap.in +++ b/libcxx/include/module.modulemap.in @@ -350,6 +350,7 @@ module std_core [system] {        header "__type_traits/is_volatile.h"        export std_core.type_traits.integral_constant      } +    module is_within_lifetime                         { header "__type_traits/is_within_lifetime.h" }      module lazy                                       { header "__type_traits/lazy.h" }      module make_32_64_or_128_bit                      { header "__type_traits/make_32_64_or_128_bit.h" }      module make_const_lvalue_ref                      { header "__type_traits/make_const_lvalue_ref.h" } @@ -1587,6 +1588,7 @@ module std [system] {        textual header "__locale_dir/support/freebsd.h"        textual header "__locale_dir/support/fuchsia.h"        textual header "__locale_dir/support/linux.h" +      textual header "__locale_dir/support/netbsd.h"        textual header "__locale_dir/support/no_locale/characters.h"        textual header "__locale_dir/support/no_locale/strtonum.h"        textual header "__locale_dir/support/windows.h"  | 
