mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1245: fix compilation with msvc
This commit is contained in:
@@ -439,7 +439,7 @@ T div_ceil(const T &a, const T &b)
|
||||
*
|
||||
* \sa CwiseBinaryOp
|
||||
*/
|
||||
template<typename ScalarA, typename ScalarB, typename BinaryOp>
|
||||
template<typename ScalarA, typename ScalarB, typename BinaryOp=void>
|
||||
struct ScalarBinaryOpTraits
|
||||
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
||||
// for backward compatibility, use the hints given by the (deprecated) internal::scalar_product_traits class.
|
||||
|
||||
Reference in New Issue
Block a user