summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/dynarray
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/experimental/dynarray')
-rw-r--r--libcxx/include/experimental/dynarray2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/experimental/dynarray b/libcxx/include/experimental/dynarray
index cebfc208d21..a60c87c3f97 100644
--- a/libcxx/include/experimental/dynarray
+++ b/libcxx/include/experimental/dynarray
@@ -133,7 +133,7 @@ public:
private:
size_t __size_;
value_type * __base_;
- _LIBCPP_ALWAYS_INLINE dynarray () noexcept : __size_(0), __base_(nullptr) {}
+ _LIBCPP_INLINE_VISIBILITY dynarray () noexcept : __size_(0), __base_(nullptr) {}
static inline _LIBCPP_INLINE_VISIBILITY
value_type* __allocate(size_t __count) {
OpenPOWER on IntegriCloud