@@ -90,7 +90,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
9090// Class template basic_spanbuf [spanbuf]
9191
9292template <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> {
9494public:
9595 using char_type = _CharT;
9696 using int_type = typename _Traits::int_type;
@@ -254,7 +254,7 @@ using std::wspanbuf;
254254// Class template basic_ispanstream [ispanstream]
255255
256256template <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> {
258258public:
259259 using char_type = _CharT;
260260 using int_type = typename _Traits::int_type;
@@ -332,7 +332,7 @@ using std::wispanstream;
332332// Class template basic_ospanstream [ospanstream]
333333
334334template <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> {
336336public:
337337 using char_type = _CharT;
338338 using int_type = typename _Traits::int_type;
@@ -393,7 +393,7 @@ using std::wospanstream;
393393# endif
394394
395395template <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> {
397397public:
398398 using char_type = _CharT;
399399 using int_type = typename _Traits::int_type;
0 commit comments