* replace compile-time-if by meta-selector in Assign.h

as it speed up compilation.
* fix minor typo introduced in the previous commit
This commit is contained in:
Gael Guennebaud
2008-05-31 14:42:07 +00:00
parent e2ac5d244e
commit f5e599e489
4 changed files with 151 additions and 118 deletions

View File

@@ -595,11 +595,6 @@ template<typename Derived> class MatrixBase : public ArrayBase<Derived>
const QR<typename ei_eval<Derived>::type> qr() const;
//@}
#ifdef EIGEN_MATRIX_CUSTOM_ADDONS_FILE
#include EIGEN_MATRIX_CUSTOM_ADDONS_FILE
#endif
};
#endif // EIGEN_MATRIXBASE_H