Skip to content

Commit ca67be4

Browse files
author
Qiang Kou
committed
modified: inst/include/Rcpp/traits/is_arithmetic.h
1 parent 53516d2 commit ca67be4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

inst/include/Rcpp/traits/is_arithmetic.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ namespace traits{
5959
template<>
6060
struct is_arithmetic<const wchar_t> : public true_type { };
6161

62-
template<>
63-
struct is_arithmetic<char16_t> : public true_type { };
64-
65-
template<>
66-
struct is_arithmetic<const char16_t> : public true_type { };
67-
68-
template<>
69-
struct is_arithmetic<char32_t> : public true_type { };
70-
71-
template<>
72-
struct is_arithmetic<const char32_t> : public true_type { };
73-
7462
template<>
7563
struct is_arithmetic<short> : public true_type { };
7664

0 commit comments

Comments
 (0)