From f20f0d3fc5ce55e465992d973c9a773bd6b2f684 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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@157107 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/valarray | 1 - 1 file changed, 1 deletion(-) diff --git a/include/valarray b/include/valarray index d4dbb9b74..72e9cae29 100644 --- a/include/valarray +++ b/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: