[Github-comments] [geany/geany] Symbol list not fully support trailing return type in C++11. (#2509)

ToyAuthor notifications at xxxxx
Fri May 22 04:16:20 UTC 2020


O:show on symbol list
X:just like never exist

auto getName(int id)->::std::string; // O
auto getName(int id)->std::string; // X
auto getName(int)->::std::string; // O
auto getName(int)->std::string; // X
auto getName(uint32_t id)->std::string; // X
auto getName(uint32_t)->std::string; // O

Use global namespace could cover this bug for now.

-- 
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/2509
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200521/e73b620f/attachment.htm>


More information about the Github-comments mailing list