diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-02-01 15:21:14 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-02-01 15:21:14 +0000 |
| commit | 5d8babe30d6bcca6900811be97ec746a92b570b5 (patch) | |
| tree | 38ab79a5107bdca7e2d405169a5671a935e9ae7e /libcxx/include/module.modulemap | |
| parent | 040533215adb65f20380f6e94dc03acf25c60371 (diff) | |
| download | bcm5719-llvm-5d8babe30d6bcca6900811be97ec746a92b570b5.tar.gz bcm5719-llvm-5d8babe30d6bcca6900811be97ec746a92b570b5.zip | |
Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_deprecation.html
llvm-svn: 323972
Diffstat (limited to 'libcxx/include/module.modulemap')
| -rw-r--r-- | libcxx/include/module.modulemap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index de1d507bfa9..d25e6190707 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -493,10 +493,6 @@ module std [system] { header "experimental/algorithm" export * } - module any { - header "experimental/any" - export * - } module chrono { header "experimental/chrono" export * |

