mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-12-12 14:17:09 +00:00
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
This commit is contained in:
parent
e9e4b855b8
commit
f20f0d3fc5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user