Remove <experimental/optional>; use <optional> instead. See https://libcxx.llvm.org/TS_deprecation.html

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@323971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2018-02-01 14:54:25 +00:00
parent 75075c6be0
commit 95db3d2871
72 changed files with 1 additions and 5262 deletions

View File

@@ -546,10 +546,6 @@ module std [system] {
header "experimental/numeric"
export *
}
module optional {
header "experimental/optional"
export *
}
module propagate_const {
header "experimental/propagate_const"
export *