|
@@ -4036,7 +4036,7 @@ operator+(_CharT __lhs, const basic_string<_CharT,_Traits,_Allocator>& __rhs)
|
|
}
|
|
}
|
|
|
|
|
|
template<class _CharT, class _Traits, class _Allocator>
|
|
template<class _CharT, class _Traits, class _Allocator>
|
|
-_LIBCPP_INLINE_VISIBILITY
|
|
|
|
|
|
+inline _LIBCPP_INLINE_VISIBILITY
|
|
basic_string<_CharT, _Traits, _Allocator>
|
|
basic_string<_CharT, _Traits, _Allocator>
|
|
operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs)
|
|
operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs)
|
|
{
|
|
{
|