diff options
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 |

