File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 37
37
38
38
#if __cplusplus >= 201703L
39
39
40
- #include < iosfwd>
41
40
#include < bits/char_traits.h>
42
41
#include < bits/functional_hash.h>
43
42
#include < bits/range_access.h>
44
- #include < bits/ostream_insert.h>
45
43
#include < ext/numeric_traits.h>
46
44
47
45
namespace std _GLIBCXX_VISIBILITY (default )
@@ -613,14 +611,6 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
613
611
{ return __x.compare (__y) >= 0 ; }
614
612
#endif // three-way comparison
615
613
616
- // [string.view.io], Inserters and extractors
617
- template <typename _CharT, typename _Traits>
618
- inline basic_ostream<_CharT, _Traits>&
619
- operator <<(basic_ostream<_CharT, _Traits>& __os,
620
- basic_string_view<_CharT,_Traits> __str)
621
- { return __ostream_insert (__os, __str.data (), __str.size ()); }
622
-
623
-
624
614
// basic_string_view typedef names
625
615
626
616
using string_view = basic_string_view<char >;
You can’t perform that action at this time.
0 commit comments