diff --git a/src/TiledArray/type_traits.h b/src/TiledArray/type_traits.h index b6ce5ec3b4..c08c2ca048 100644 --- a/src/TiledArray/type_traits.h +++ b/src/TiledArray/type_traits.h @@ -65,17 +65,6 @@ inline constexpr bool is_integral_v = is_integral::value; ////////////////////////////////////////////////////////////////////////////////////////////// // forward declarations -namespace Eigen { - -template -class Matrix; -template -class Array; -template -class Map; - -} // namespace Eigen - namespace madness { template @@ -736,20 +725,6 @@ struct numeric_type::value && !is_numeric_v>::type> : public numeric_type::type> {}; -template -struct numeric_type, void> - : public numeric_type::Scalar> {}; - -template -struct numeric_type, void> - : public numeric_type::Scalar> {}; - -template -struct numeric_type, void> - : public numeric_type {}; - /// \c numeric_t is an alias for \c numeric_type::type template using numeric_t = typename TiledArray::detail::numeric_type::type;