Open Summon528 opened 5 years ago
Confirmed for C++ with 1.14.12
@jeff-hykin It is treating the [10] as the start of a lambda.
I see three resolutions:
[10](){};
makes no sense). So a lambda capture that starts with a number cannot be a lambda capture.
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
It should look like:
// bar should be green