diff options
| author | Douglas Gregor <dgregor@apple.com> | 2012-05-19 07:01:14 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2012-05-19 07:01:14 +0000 |
| commit | a1b6937dbaa734e6f5c244b6188143f48f2d791d (patch) | |
| tree | e48799a5d18d5838cacb40abd0e2bafecbbf453c /libcxx/include/valarray | |
| parent | 900f58441d556146bd773db5023c3565d519b165 (diff) | |
| download | bcm5719-llvm-a1b6937dbaa734e6f5c244b6188143f48f2d791d.tar.gz bcm5719-llvm-a1b6937dbaa734e6f5c244b6188143f48f2d791d.zip | |
valarray resize should not be _LIBCPP_INLINE_VISIBILITY
llvm-svn: 157107
Diffstat (limited to 'libcxx/include/valarray')
| -rw-r--r-- | libcxx/include/valarray | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/valarray b/libcxx/include/valarray index d4dbb9b7468..72e9cae296a 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: |

