From a3d37f071697771071addf2d9f2decad923de3ad Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 6 Feb 2018 23:13:48 +0000 Subject: 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 llvm-svn: 324423 --- libcxx/include/module.modulemap | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libcxx/include/module.modulemap') diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index 9775447ec60..076ef2334b8 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -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 * -- cgit v1.2.3