fix compilation with m.array().min/max(scalar)

This commit is contained in:
Gael Guennebaud
2012-09-12 17:50:07 +02:00
parent 28528519e9
commit 0c584dcf4d
3 changed files with 11 additions and 2 deletions

View File

@@ -200,3 +200,4 @@ EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator<=, std::less_equal)
EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>, std::greater)
EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>=, std::greater_equal)