Skip to content

Fix clang compilation error in with_output_tree (follow !1785)

Olli Lupton requested to merge olupton_fix_with_output_tree into master

Fix clang compilation error (due to capturing a structured binding name) noticed in !1785 (comment 2997644).

Also fix a warning (due to an unused lambda capture).

cc: @jonrob

Edited by Rosen Matev

Merge request reports