Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++: declarations of functions that return a reference (&) are not highlighted #1396

Closed
oleombruni opened this issue Feb 20, 2020 · 1 comment

Comments

@oleombruni
Copy link

In the following snippet:

// Function forward declaration
type a_function();

// Another forward declaration
type& another_function();

The second function is not highlighted due to the return type being a reference.

Minimal working example at https://www.overleaf.com/read/kfwwcrpktwwh

@jokoon
Copy link

jokoon commented Feb 23, 2020

Apparently no function are ever highlighted, at least in my case.

Oddly, only function like abs, interp are highlighted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants