Fixed RVCT 3.1 compiler errors.

(transplanted from fc5f21903b
)
This commit is contained in:
williami
2012-06-04 10:21:16 -05:00
parent b4c4490587
commit 6d4f7f76ce
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ EIGEN_ALWAYS_INLINE void check_rows_cols_for_overflow(Index rows, Index cols)
throw_std_bad_alloc();
}
template <typename Derived, typename OtherDerived = Derived, bool IsVector = static_cast<bool>(Derived::IsVectorAtCompileTime)> struct conservative_resize_like_impl;
template <typename Derived, typename OtherDerived = Derived, bool IsVector = bool(Derived::IsVectorAtCompileTime)> struct conservative_resize_like_impl;
template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct matrix_swap_impl;