Sublime Forum

C++ casts syntax bug

#1

In build 3126, there seems to be a bug with matching casts of template types. For example, in the screenshot, the first cast matches correctly, but the second one does not:

This then breaks the symbol search in the entire code file.

0 Likes

#2

you might want to check with the syntax from the master branch here

and if its still broken there, log an issue on the repo if there isn’t one for it already :slight_smile:

0 Likes

#3

Thank you!

0 Likes

#4

You can check if your issue was fixed meanwhile:

0 Likes