@@ -90,7 +90,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
90
90
// Class template basic_spanbuf [spanbuf]
91
91
92
92
template <class _CharT , class _Traits >
93
- class _LIBCPP_TEMPLATE_VIS basic_spanbuf : public basic_streambuf<_CharT, _Traits> {
93
+ class basic_spanbuf : public basic_streambuf <_CharT, _Traits> {
94
94
public:
95
95
using char_type = _CharT;
96
96
using int_type = typename _Traits::int_type;
@@ -254,7 +254,7 @@ using std::wspanbuf;
254
254
// Class template basic_ispanstream [ispanstream]
255
255
256
256
template <class _CharT , class _Traits >
257
- class _LIBCPP_TEMPLATE_VIS basic_ispanstream : public basic_istream<_CharT, _Traits> {
257
+ class basic_ispanstream : public basic_istream <_CharT, _Traits> {
258
258
public:
259
259
using char_type = _CharT;
260
260
using int_type = typename _Traits::int_type;
@@ -332,7 +332,7 @@ using std::wispanstream;
332
332
// Class template basic_ospanstream [ospanstream]
333
333
334
334
template <class _CharT , class _Traits >
335
- class _LIBCPP_TEMPLATE_VIS basic_ospanstream : public basic_ostream<_CharT, _Traits> {
335
+ class basic_ospanstream : public basic_ostream <_CharT, _Traits> {
336
336
public:
337
337
using char_type = _CharT;
338
338
using int_type = typename _Traits::int_type;
@@ -393,7 +393,7 @@ using std::wospanstream;
393
393
# endif
394
394
395
395
template <class _CharT , class _Traits >
396
- class _LIBCPP_TEMPLATE_VIS basic_spanstream : public basic_iostream<_CharT, _Traits> {
396
+ class basic_spanstream : public basic_iostream <_CharT, _Traits> {
397
397
public:
398
398
using char_type = _CharT;
399
399
using int_type = typename _Traits::int_type;
0 commit comments