[Github-comments] [geany/geany] Geany symbol browser doesn't show C++ class constructor (#1892)
elextr
notifications at xxxxx
Fri Jul 6 07:28:17 UTC 2018
As @codebrainz colourful exclamation indicates, macros are not expanded by the inline parser. :)
So just looking at the line before the constructor, it is not valid C++, at best it might parse as a function call, but with no semicolon between it and the constructor the result is invalid C++, so the constructor is not seen since the expression is invalid.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1892#issuecomment-402951212
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180706/25c60db5/attachment-0001.html>
More information about the Github-comments
mailing list