valarray resize should not be _LIBCPP_INLINE_VISIBILITY

llvm-svn: 157107
This commit is contained in:
Douglas Gregor 2012-05-19 07:01:14 +00:00
parent 900f58441d
commit a1b6937dba
1 changed files with 0 additions and 1 deletions

View File

@ -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: