Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@324423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2018-02-06 23:13:48 +00:00
parent c387931db5
commit 31810d9c0b
50 changed files with 4 additions and 3997 deletions

View File

@@ -492,10 +492,6 @@ module std [system] {
module algorithm {
header "experimental/algorithm"
export *
}
module chrono {
header "experimental/chrono"
export *
}
module coroutine {
requires coroutines
@@ -542,10 +538,6 @@ module std [system] {
header "experimental/propagate_const"
export *
}
module ratio {
header "experimental/ratio"
export *
}
module regex {
header "experimental/regex"
export *
@@ -558,14 +550,6 @@ module std [system] {
header "experimental/string"
export *
}
module system_error {
header "experimental/system_error"
export *
}
module tuple {
header "experimental/tuple"
export *
}
module type_traits {
header "experimental/type_traits"
export *