"vscode:/vscode.git/clone" did not exist on "2640c950ca1e7cd45ebce4a17448462db326bb5f"
Add workaround for clang 3.3/3.4
As reported in #1349, clang before 3.5 can segfault on a function-local variable referenced inside a lambda. This moves the function-local static into a separate function that the lambda can invoke to avoid the issue. Fixes #1349
Showing
Please register or sign in to comment