diff --git a/libcxx/include/__hash_table b/libcxx/include/__hash_table index 6a0e6fea08aa..3072f93e00b9 100644 --- a/libcxx/include/__hash_table +++ b/libcxx/include/__hash_table @@ -1100,6 +1100,7 @@ public: #else // !defined(_LIBCPP_CXX03_LANG) template + _LIBCPP_INLINE_VISIBILITY pair __emplace_unique_key_args(_Key const&, _Args& __args); iterator __insert_multi(const __container_value_type& __x); @@ -1937,13 +1938,11 @@ __hash_table<_Tp, _Hash, _Equal, _Alloc>::__node_insert_multi( #ifndef _LIBCPP_CXX03_LANG template template -_LIBCPP_INLINE_VISIBILITY pair::iterator, bool> __hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique_key_args(_Key const& __k, _Args&&... __args) #else template template -_LIBCPP_INLINE_VISIBILITY pair::iterator, bool> __hash_table<_Tp, _Hash, _Equal, _Alloc>::__emplace_unique_key_args(_Key const& __k, _Args& __args) #endif