mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 18:03:13 +08:00
Fix trivial shadow warning
This commit is contained in:
parent
870e53c0f2
commit
a3273aeff8
@ -155,7 +155,7 @@ struct TensorEvaluator<const TensorForcedEvalOp<ArgType_>, Device>
|
|||||||
EvalTo;
|
EvalTo;
|
||||||
EvalTo evalToTmp(m_device.get(m_buffer), m_op);
|
EvalTo evalToTmp(m_device.get(m_buffer), m_op);
|
||||||
|
|
||||||
auto on_done = std::bind([](EvalSubExprsCallback done) { done(true); },
|
auto on_done = std::bind([](EvalSubExprsCallback done_) { done_(true); },
|
||||||
std::move(done));
|
std::move(done));
|
||||||
internal::TensorAsyncExecutor<
|
internal::TensorAsyncExecutor<
|
||||||
const EvalTo, typename internal::remove_const<Device>::type,
|
const EvalTo, typename internal::remove_const<Device>::type,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user