From 5d8babe30d6bcca6900811be97ec746a92b570b5 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 1 Feb 2018 15:21:14 +0000 Subject: Remove ; use instead. See https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 323972 --- libcxx/src/any.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libcxx/src/any.cpp') 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 -- cgit v1.2.3