Skip to content

Capture arrays by reference rather than value

MSVC 2015 doesn't compile when capturing stack-allocated arrays by value in a lambda expression.

Merge request reports