diff options
| author | arcadia-devtools <[email protected]> | 2022-02-12 14:35:15 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-02-12 14:35:15 +0300 | 
| commit | 46a8b83899dd321edf511c0483f9c479ce2c1bc4 (patch) | |
| tree | e5debc03beecbd10e7d1bf78c889c8d54e8c4523 /contrib/libs/cxxsupp/libcxx/include/module.modulemap | |
| parent | b56bbcc9f63bf31991a8aa118555ce0c12875a74 (diff) | |
intermediate changes
ref:7c971b97c72bbbcbf889118d39017bd14f99365a
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/module.modulemap')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/module.modulemap | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/module.modulemap b/contrib/libs/cxxsupp/libcxx/include/module.modulemap index 2f96f9aa96c..b159d58b7b9 100644 --- a/contrib/libs/cxxsupp/libcxx/include/module.modulemap +++ b/contrib/libs/cxxsupp/libcxx/include/module.modulemap @@ -417,6 +417,19 @@ module std [system] {      header "condition_variable"      export *    } +  module coroutine { +    requires coroutines +    header "coroutine" +    export compare +    export * + +    module __coroutine { +      module coroutine_handle             { private header "__coroutine/coroutine_handle.h"             } +      module coroutine_traits             { private header "__coroutine/coroutine_traits.h"             } +      module trivial_awaitables           { private header "__coroutine/trivial_awaitables.h"           } +      module noop_coroutine_handle        { private header "__coroutine/noop_coroutine_handle.h"        } +    } +  }    module deque {      header "deque"      export initializer_list @@ -450,6 +463,7 @@ module std [system] {        module format_fwd             { private header "__format/format_fwd.h"             }        module format_parse_context   { private header "__format/format_parse_context.h"   }        module format_string          { private header "__format/format_string.h"          } +      module format_to_n_result     { private header "__format/format_to_n_result.h"     }        module formatter              { private header "__format/formatter.h"              }        module formatter_bool         { private header "__format/formatter_bool.h"         }        module formatter_char         { private header "__format/formatter_char.h"         }  | 
