diff options
Diffstat (limited to 'libcxx/include/module.modulemap.in')
| -rw-r--r-- | libcxx/include/module.modulemap.in | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap.in b/libcxx/include/module.modulemap.in index 11ab61d..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" }  | 
