Skip to content

Commit 19f04ed

Browse files
author
thirdwing
committed
fixed
1 parent ca67be4 commit 19f04ed

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

inst/include/Rcpp/traits/is_arithmetic.h

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)