Skip to content
Commit 7ecd2a23 authored by Marco Elver's avatar Marco Elver
Browse files

[SelectionDAG] Fix missing lambda capture

Move MaxDepth into the lambda, since it is not needed outside. This
fixes some compilers that complain about missing capture:

  error C3493: 'MaxDepth' cannot be implicitly captured because no
  default capture mode has been specified

Fixes: f693932f ("[SelectionDAG] Transitively copy NodeExtraInfo on RAUW")
parent 00e55531
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment