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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@323975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2018-02-01 15:49:27 +00:00
parent f8d223fe63
commit 14698bce22
20 changed files with 1 additions and 720 deletions

View File

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