compilation fixes with MSVC

This commit is contained in:
Gael Guennebaud
2008-09-03 11:26:19 +00:00
parent 2a2c305c4d
commit 75649551c2
3 changed files with 8 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ struct ei_product_coeff_impl;
template<int StorageOrder, int Index, typename Lhs, typename Rhs, typename PacketScalar, int LoadMode>
struct ei_product_packet_impl;
template<typename T> class ei_product_eval_to_column_major;
template<typename T> struct ei_product_eval_to_column_major;
/** \class ProductReturnType
*