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/src/any.cpp | |
| 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/src/any.cpp')
| -rw-r--r-- | libcxx/src/any.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxx/src/any.cpp b/libcxx/src/any.cpp index 45b2337eb35..96855202991 100644 --- a/libcxx/src/any.cpp +++ b/libcxx/src/any.cpp @@ -8,16 +8,9 @@ //===----------------------------------------------------------------------===// #include "any" -#include "experimental/any" namespace std { const char* bad_any_cast::what() const _NOEXCEPT { return "bad any cast"; } } - -_LIBCPP_BEGIN_NAMESPACE_LFTS -const char* bad_any_cast::what() const _NOEXCEPT { - return "bad any cast"; -} -_LIBCPP_END_NAMESPACE_LFTS |

