Explorar el Código

Add missing 'requires coroutines' to module map

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304180 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier hace 8 años
padre
commit
fecf2a493b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/module.modulemap

+ 1 - 0
include/module.modulemap

@@ -502,6 +502,7 @@ module std [system] {
       export *
       export *
     }
     }
      module coroutine {
      module coroutine {
+      requires coroutines
       header "experimental/coroutine"
       header "experimental/coroutine"
       export *
       export *
     }
     }