mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 10:07:41 +08:00
Add modules for any/optional/variant
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288730 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -205,6 +205,10 @@ module std [system] {
|
||||
export initializer_list
|
||||
export *
|
||||
}
|
||||
module any {
|
||||
header "any"
|
||||
export *
|
||||
}
|
||||
module array {
|
||||
header "array"
|
||||
export initializer_list
|
||||
@@ -331,6 +335,10 @@ module std [system] {
|
||||
header "numeric"
|
||||
export *
|
||||
}
|
||||
module optional {
|
||||
header "optional"
|
||||
export *
|
||||
}
|
||||
module ostream {
|
||||
header "ostream"
|
||||
// FIXME: should re-export ios, streambuf?
|
||||
@@ -435,6 +443,10 @@ module std [system] {
|
||||
export initializer_list
|
||||
export *
|
||||
}
|
||||
module variant {
|
||||
header "variant"
|
||||
export *
|
||||
}
|
||||
module vector {
|
||||
header "vector"
|
||||
export initializer_list
|
||||
|
Reference in New Issue
Block a user