Re-enable compiling with clang
Patch thanks to Gon Solo, issue 826
This commit is contained in:
parent
82e563b1b1
commit
857f826b0a
|
|
@ -485,9 +485,6 @@ struct is_arithmetic<duals::dual<T>> : is_arithmetic<T> {};
|
||||||
|
|
||||||
#endif // CPPDUALS_ENABLE_IS_ARITHMETIC
|
#endif // CPPDUALS_ENABLE_IS_ARITHMETIC
|
||||||
|
|
||||||
/// Duals are compound types.
|
|
||||||
template <class T>
|
|
||||||
struct is_compound<duals::dual<T>> : true_type {};
|
|
||||||
|
|
||||||
// Modification of std::numeric_limits<> per
|
// Modification of std::numeric_limits<> per
|
||||||
// C++03 17.4.3.1/1, and C++11 18.3.2.3/1.
|
// C++03 17.4.3.1/1, and C++11 18.3.2.3/1.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue