We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53516d2 commit ca67be4Copy full SHA for ca67be4
inst/include/Rcpp/traits/is_arithmetic.h
@@ -59,18 +59,6 @@ namespace traits{
59
template<>
60
struct is_arithmetic<const wchar_t> : public true_type { };
61
62
- template<>
63
- struct is_arithmetic<char16_t> : public true_type { };
64
-
65
66
- struct is_arithmetic<const char16_t> : public true_type { };
67
68
69
- struct is_arithmetic<char32_t> : public true_type { };
70
71
72
- struct is_arithmetic<const char32_t> : public true_type { };
73
74
75
struct is_arithmetic<short> : public true_type { };
76
0 commit comments