mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-29 16:22:03 +08:00
Fix initialization order.
This commit is contained in:
parent
cf17794ef4
commit
bcb29f890c
@ -274,8 +274,8 @@ struct TensorContractionEvaluatorBase
|
||||
op.lhsExpression(), op.rhsExpression()), device),
|
||||
m_rightImpl(choose(Cond<static_cast<int>(Layout) == static_cast<int>(ColMajor)>(),
|
||||
op.rhsExpression(), op.lhsExpression()), device),
|
||||
m_output_kernel(op.outputKernel()),
|
||||
m_device(device),
|
||||
m_output_kernel(op.outputKernel()),
|
||||
m_result(NULL) {
|
||||
EIGEN_STATIC_ASSERT((static_cast<int>(TensorEvaluator<LeftArgType, Device>::Layout) ==
|
||||
static_cast<int>(TensorEvaluator<RightArgType, Device>::Layout)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user