diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-02-01 15:49:27 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-02-01 15:49:27 +0000 |
| commit | 91af9048b26b02b82b4eee637dabb6c81e275905 (patch) | |
| tree | dbca05db39f7b46d73d3b548672526a9faa2d660 /libcxx/include/module.modulemap | |
| parent | 7ae53e8c707dae10f2fa3ec966572e438b1a907c (diff) | |
| download | bcm5719-llvm-91af9048b26b02b82b4eee637dabb6c81e275905.tar.gz bcm5719-llvm-91af9048b26b02b82b4eee637dabb6c81e275905.zip | |
Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm.org/TS_deprecation.html
llvm-svn: 323975
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 d25e6190707..808ca989653 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -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 * |

