Sublime Forum

Incorrect bracket matching on operator->() in C++

#1

In C++, this code snippet produces a false positive syntax error. The program compiles fine and other operator overloads don’t seem to have this issue.

0 Likes

#2

If you could report this at https://github.com/sublimehq/Packages/issues, that is where we maintain the syntax definitions.

0 Likes