cmartel
New Member
4 Posts |
Posted - Nov 15 2019 : 7:29:23 PM
|
When declaring a lambda function with an argument passed by reference, but omitting argument names, it seems as though the argument type gets parsed as a variable name instead. This breaks syntax highlighting for that type everywhere in that file.
To clarify, this is what I'm referring to:
If I remove the argument names (i.e.: to avoid unused argument warnings):
Note that this only seems to occur with references--if I change the argument for a value type, it parses correctly:
|
Edited by - cmartel on Nov 15 2019 7:31:11 PM |
|