diff options
| author | Louis Dionne <ldionne@apple.com> | 2018-11-28 18:02:00 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2018-11-28 18:02:00 +0000 |
| commit | 9a494eacba0e037a213cf18216eb4afbf37410d8 (patch) | |
| tree | 227540e31c50e1e9501eaa5375db76d647087541 /libcxx/include/module.modulemap | |
| parent | 9b4cfa55b1b86e35b5ace5061606753d7060f1a7 (diff) | |
| download | bcm5719-llvm-9a494eacba0e037a213cf18216eb4afbf37410d8.tar.gz bcm5719-llvm-9a494eacba0e037a213cf18216eb4afbf37410d8.zip | |
[libcxx] Remove dynarray
Summary:
std::dynarray had been proposed for C++14, but it was pulled out from C++14
and there are no plans to standardize it anymore.
Reviewers: mclow.lists, EricWF
Subscribers: mgorny, christof, jkorous, dexonsmith, arphaman, libcxx-commits
Differential Revision: https://reviews.llvm.org/D54801
llvm-svn: 347783
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 681c80bea7b..6d88f52113c 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -524,10 +524,6 @@ module std [system] { header "experimental/deque" export * } - module dynarray { - header "experimental/dynarray" - export * - } module filesystem { header "experimental/filesystem" export * |

