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:
@@ -131,7 +131,6 @@ template<typename ExpressionType> class ArrayWrapper;
|
|||||||
template<typename ExpressionType> class MatrixWrapper;
|
template<typename ExpressionType> class MatrixWrapper;
|
||||||
template<typename Derived> class SolverBase;
|
template<typename Derived> class SolverBase;
|
||||||
template<typename XprType> class InnerIterator;
|
template<typename XprType> class InnerIterator;
|
||||||
template<typename ScalarA, typename ScalarB, typename BinaryOp=void> struct ScalarBinaryOpTraits;
|
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
template<typename DecompositionType> struct kernel_retval_base;
|
template<typename DecompositionType> struct kernel_retval_base;
|
||||||
|
|||||||
@@ -439,7 +439,7 @@ T div_ceil(const T &a, const T &b)
|
|||||||
*
|
*
|
||||||
* \sa CwiseBinaryOp
|
* \sa CwiseBinaryOp
|
||||||
*/
|
*/
|
||||||
template<typename ScalarA, typename ScalarB, typename BinaryOp>
|
template<typename ScalarA, typename ScalarB, typename BinaryOp=void>
|
||||||
struct ScalarBinaryOpTraits
|
struct ScalarBinaryOpTraits
|
||||||
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
||||||
// for backward compatibility, use the hints given by the (deprecated) internal::scalar_product_traits class.
|
// for backward compatibility, use the hints given by the (deprecated) internal::scalar_product_traits class.
|
||||||
|
|||||||
Reference in New Issue
Block a user