Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_1 {
enum { _Nlow = 0x100, _Nbytes = 1 };
Expand All @@ -86,7 +86,7 @@ namespace stdext {
const unsigned char _tab_8859_1<_Dummy>::_Wtb[1] = {0};
template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_1 : public _Cvt_one_byte<_Elem, _tab_8859_1<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_10
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_10 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -105,7 +105,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_10 : public _Cvt_one_byte<_Elem, _tab_8859_10<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_13
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_13 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -103,7 +103,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_13 : public _Cvt_one_byte<_Elem, _tab_8859_13<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_14
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_14 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -100,7 +100,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_14 : public _Cvt_one_byte<_Elem, _tab_8859_14<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_15
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_15 {
enum { _Nlow = 0xa4, _Nbytes = 1 };
Expand Down Expand Up @@ -98,7 +98,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_15 : public _Cvt_one_byte<_Elem, _tab_8859_15<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_16
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_16 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -101,7 +101,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_16 : public _Cvt_one_byte<_Elem, _tab_8859_16<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_2
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_2 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -107,7 +107,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_2 : public _Cvt_one_byte<_Elem, _tab_8859_2<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_3
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_3 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -103,7 +103,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_3 : public _Cvt_one_byte<_Elem, _tab_8859_3<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_4
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_4 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -105,7 +105,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_4 : public _Cvt_one_byte<_Elem, _tab_8859_4<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_5
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_5 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -113,7 +113,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_5 : public _Cvt_one_byte<_Elem, _tab_8859_5<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_6
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_6 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -107,7 +107,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_6 : public _Cvt_one_byte<_Elem, _tab_8859_6<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_7
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_7 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -114,7 +114,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_7 : public _Cvt_one_byte<_Elem, _tab_8859_7<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_8
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_8 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -105,7 +105,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_8 : public _Cvt_one_byte<_Elem, _tab_8859_8<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/8859_9
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_8859_9 {
enum { _Nlow = 0xd0, _Nbytes = 1 };
Expand Down Expand Up @@ -97,7 +97,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_8859_9 : public _Cvt_one_byte<_Elem, _tab_8859_9<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/baltic
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_baltic {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -75,7 +75,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_baltic : public _Cvt_one_byte<_Elem, _tab_baltic<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/big5
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_big5 {
enum { _Nlow = 0x80, _Nbytes = 2 };
Expand Down Expand Up @@ -4379,7 +4379,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_big5 : public _Cvt_two_byte<_Elem, _tab_big5<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/cp037
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_cp037 {
enum { _Nlow = 0x04, _Nbytes = 1 };
Expand Down Expand Up @@ -118,7 +118,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_cp037 : public _Cvt_one_byte<_Elem, _tab_cp037<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/cp1006
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_cp1006 {
enum { _Nlow = 0xa1, _Nbytes = 1 };
Expand Down Expand Up @@ -112,7 +112,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_cp1006 : public _Cvt_one_byte<_Elem, _tab_cp1006<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/cp1026
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_cp1026 {
enum { _Nlow = 0x04, _Nbytes = 1 };
Expand Down Expand Up @@ -118,7 +118,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_cp1026 : public _Cvt_one_byte<_Elem, _tab_cp1026<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/cp1250
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_cp1250 {
enum { _Nlow = 0x80, _Nbytes = 1 };
Expand Down Expand Up @@ -81,7 +81,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_cp1250 : public _Cvt_one_byte<_Elem, _tab_cp1250<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/cp1251
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_cp1251 {
enum { _Nlow = 0x80, _Nbytes = 1 };
Expand Down Expand Up @@ -87,7 +87,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_cp1251 : public _Cvt_one_byte<_Elem, _tab_cp1251<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
4 changes: 2 additions & 2 deletions stl/inc/cvt/cp1252
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _STL_DISABLE_CLANG_WARNINGS
#undef new

namespace stdext {
namespace cvt {
namespace _DEPRECATE_STDEXT_CVT cvt {
template <class _Dummy>
struct _tab_cp1252 {
enum { _Nlow = 0x80, _Nbytes = 1 };
Expand Down Expand Up @@ -75,7 +75,7 @@ namespace stdext {

template <class _Elem, unsigned long _Maxcode = 0xffff>
class codecvt_cp1252 : public _Cvt_one_byte<_Elem, _tab_cp1252<int>, _Maxcode> {};
} // namespace cvt
} // namespace _DEPRECATE_STDEXT_CVT cvt
} // namespace stdext

#pragma pop_macro("new")
Expand Down
Loading