Skip to content

Commit 25e2db9

Browse files
Remove unrelated change
1 parent 2f19f45 commit 25e2db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__ostream/basic_ostream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ _LIBCPP_HIDE_FROM_ABI _Stream&& operator<<(_Stream&& __os, const _Tp& __x) {
570570
}
571571

572572
template <class _CharT, class _Traits, class _Allocator>
573-
_LIBCPP_HIDE_FROM_ABI basic_ostream<_CharT, _Traits>&
573+
basic_ostream<_CharT, _Traits>&
574574
operator<<(basic_ostream<_CharT, _Traits>& __os, const basic_string<_CharT, _Traits, _Allocator>& __str) {
575575
return std::__put_character_sequence(__os, __str.data(), __str.size());
576576
}

0 commit comments

Comments
 (0)