File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -29,36 +29,6 @@ namespace traits{
2929 template <typename >
3030 struct is_arithmetic : public false_type { };
3131
32- template <>
33- struct is_arithmetic <bool > : public true_type { };
34-
35- template <>
36- struct is_arithmetic <const bool > : public true_type { };
37-
38- template <>
39- struct is_arithmetic <char > : public true_type { };
40-
41- template <>
42- struct is_arithmetic <const char > : public true_type { };
43-
44- template <>
45- struct is_arithmetic <signed char > : public true_type { };
46-
47- template <>
48- struct is_arithmetic <const signed char > : public true_type { };
49-
50- template <>
51- struct is_arithmetic <unsigned char > : public true_type { };
52-
53- template <>
54- struct is_arithmetic <const unsigned char > : public true_type { };
55-
56- template <>
57- struct is_arithmetic <wchar_t > : public true_type { };
58-
59- template <>
60- struct is_arithmetic <const wchar_t > : public true_type { };
61-
6232 template <>
6333 struct is_arithmetic <short > : public true_type { };
6434
You can’t perform that action at this time.
0 commit comments