mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-13 00:21:49 +08:00
rm non standard and useless overloads of is_arithmetic for long long
This commit is contained in:
parent
634fedaf68
commit
9a954d29ec
@ -80,8 +80,6 @@ template<> struct is_arithmetic<signed int> { enum { value = true }; };
|
|||||||
template<> struct is_arithmetic<unsigned int> { enum { value = true }; };
|
template<> struct is_arithmetic<unsigned int> { enum { value = true }; };
|
||||||
template<> struct is_arithmetic<signed long> { enum { value = true }; };
|
template<> struct is_arithmetic<signed long> { enum { value = true }; };
|
||||||
template<> struct is_arithmetic<unsigned long> { enum { value = true }; };
|
template<> struct is_arithmetic<unsigned long> { enum { value = true }; };
|
||||||
template<> struct is_arithmetic<signed long long> { enum { value = true }; };
|
|
||||||
template<> struct is_arithmetic<unsigned long long> { enum { value = true }; };
|
|
||||||
|
|
||||||
template <typename T> struct add_const { typedef const T type; };
|
template <typename T> struct add_const { typedef const T type; };
|
||||||
template <typename T> struct add_const<T&> { typedef T& type; };
|
template <typename T> struct add_const<T&> { typedef T& type; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user