From a1b6937dbaa734e6f5c244b6188143f48f2d791d Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 19 May 2012 07:01:14 +0000 Subject: [PATCH] valarray resize should not be _LIBCPP_INLINE_VISIBILITY llvm-svn: 157107 --- libcxx/include/valarray | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/include/valarray b/libcxx/include/valarray index d4dbb9b74686..72e9cae296af 100644 --- a/libcxx/include/valarray +++ b/libcxx/include/valarray @@ -1010,7 +1010,6 @@ public: valarray apply(value_type __f(value_type)) const; _LIBCPP_INLINE_VISIBILITY valarray apply(value_type __f(const value_type&)) const; - _LIBCPP_INLINE_VISIBILITY void resize(size_t __n, value_type __x = value_type()); private: