From 7da8c67b813a96b116d0f2aabe862f57221b2203 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 25 Aug 2016 15:56:55 +0000 Subject: [PATCH] Remove duplicate inline git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@279746 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/experimental/any | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/experimental/any b/include/experimental/any index 140d2120d..9ecafad63 100644 --- a/include/experimental/any +++ b/include/experimental/any @@ -98,7 +98,7 @@ public: #if _LIBCPP_STD_VER > 11 // C++ > 11 _LIBCPP_NORETURN inline _LIBCPP_ALWAYS_INLINE -inline void __throw_bad_any_cast() +void __throw_bad_any_cast() { #ifndef _LIBCPP_NO_EXCEPTIONS throw bad_any_cast();