@@ -33,91 +33,76 @@ int main(int, char**)
33
33
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
34
34
test<std::basic_ios<wchar_t >* >();
35
35
#endif
36
- test<std::basic_ios<unsigned short >*>();
37
36
38
37
test<std::basic_streambuf<char >* >();
39
38
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
40
39
test<std::basic_streambuf<wchar_t >* >();
41
40
#endif
42
- test<std::basic_streambuf<unsigned short >*>();
43
41
44
42
test<std::basic_istream<char >* >();
45
43
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
46
44
test<std::basic_istream<wchar_t >* >();
47
45
#endif
48
- test<std::basic_istream<unsigned short >*>();
49
46
50
47
test<std::basic_ostream<char >* >();
51
48
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
52
49
test<std::basic_ostream<wchar_t >* >();
53
50
#endif
54
- test<std::basic_ostream<unsigned short >*>();
55
51
56
52
test<std::basic_iostream<char >* >();
57
53
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
58
54
test<std::basic_iostream<wchar_t >* >();
59
55
#endif
60
- test<std::basic_iostream<unsigned short >*>();
61
56
62
57
test<std::basic_stringbuf<char >* >();
63
58
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
64
59
test<std::basic_stringbuf<wchar_t >* >();
65
60
#endif
66
- test<std::basic_stringbuf<unsigned short >*>();
67
61
68
62
test<std::basic_istringstream<char >* >();
69
63
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
70
64
test<std::basic_istringstream<wchar_t >* >();
71
65
#endif
72
- test<std::basic_istringstream<unsigned short >*>();
73
66
74
67
test<std::basic_ostringstream<char >* >();
75
68
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
76
69
test<std::basic_ostringstream<wchar_t >* >();
77
70
#endif
78
- test<std::basic_ostringstream<unsigned short >*>();
79
71
80
72
test<std::basic_stringstream<char >* >();
81
73
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
82
74
test<std::basic_stringstream<wchar_t >* >();
83
75
#endif
84
- test<std::basic_stringstream<unsigned short >*>();
85
76
86
77
test<std::basic_filebuf<char >* >();
87
78
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
88
79
test<std::basic_filebuf<wchar_t >* >();
89
80
#endif
90
- test<std::basic_filebuf<unsigned short >*>();
91
81
92
82
test<std::basic_ifstream<char >* >();
93
83
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
94
84
test<std::basic_ifstream<wchar_t >* >();
95
85
#endif
96
- test<std::basic_ifstream<unsigned short >*>();
97
86
98
87
test<std::basic_ofstream<char >* >();
99
88
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
100
89
test<std::basic_ofstream<wchar_t >* >();
101
90
#endif
102
- test<std::basic_ofstream<unsigned short >*>();
103
91
104
92
test<std::basic_fstream<char >* >();
105
93
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
106
94
test<std::basic_fstream<wchar_t >* >();
107
95
#endif
108
- test<std::basic_fstream<unsigned short >*>();
109
96
110
97
test<std::istreambuf_iterator<char >* >();
111
98
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
112
99
test<std::istreambuf_iterator<wchar_t >* >();
113
100
#endif
114
- test<std::istreambuf_iterator<unsigned short >*>();
115
101
116
102
test<std::ostreambuf_iterator<char >* >();
117
103
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
118
104
test<std::ostreambuf_iterator<wchar_t >* >();
119
105
#endif
120
- test<std::ostreambuf_iterator<unsigned short >*>();
121
106
122
107
test<std::ios* >();
123
108
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
0 commit comments