summaryrefslogtreecommitdiffstats
path: root/libcxx/include/vector
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/vector')
-rw-r--r--libcxx/include/vector2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/vector b/libcxx/include/vector
index 74c423ef224..0f5006f3756 100644
--- a/libcxx/include/vector
+++ b/libcxx/include/vector
@@ -295,7 +295,7 @@ template <bool>
class __vector_base_common
{
protected:
- _LIBCPP_ALWAYS_INLINE __vector_base_common() {}
+ _LIBCPP_INLINE_VISIBILITY __vector_base_common() {}
_LIBCPP_NORETURN void __throw_length_error() const;
_LIBCPP_NORETURN void __throw_out_of_range() const;
};
OpenPOWER on IntegriCloud