inherit from ei_with_aligned_operator_new even with disabled vectorization

This commit is contained in:
Armin Berres
2009-01-05 14:35:07 +00:00
parent 986f301233
commit ab660a4d29
8 changed files with 1 additions and 15 deletions

View File

@@ -39,9 +39,7 @@
*/
template <typename _Scalar, int _AmbientDim>
class AlignedBox
#ifdef EIGEN_VECTORIZE
: public ei_with_aligned_operator_new<_Scalar,_AmbientDim==Dynamic ? Dynamic : _AmbientDim+1>
#endif
{
public: