diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-02-05 23:43:34 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-02-05 23:43:34 +0000 |
| commit | 372d4183cb9d9634d47b0660f0f8c3f58cdd8778 (patch) | |
| tree | 6e512ac284708fb4fcb2b28422e51a1100c07a1d /libcxx/include/module.modulemap | |
| parent | d7c702b45191ea1cab867a257b8b6b1455b9259f (diff) | |
| download | bcm5719-llvm-372d4183cb9d9634d47b0660f0f8c3f58cdd8778.tar.gz bcm5719-llvm-372d4183cb9d9634d47b0660f0f8c3f58cdd8778.zip | |
Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html
llvm-svn: 324290
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 808ca989653..9775447ec60 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -558,10 +558,6 @@ module std [system] { header "experimental/string" export * } - module string_view { - header "experimental/string_view" - export * - } module system_error { header "experimental/system_error" export * |

