Menu

#1027 Auto-complete didn't work with using cptr = const * type (svn 12207)

Next_Nightly
open
nobody
Bug_Report
2020-10-20
2020-10-20
Dima Tumaly
No
struct type { int i_ };
using cptr = const type *; // If I remove here 'const' then all works fine.
int main() {
    type tp;
    cptr cp = &tp;
    cp-> // here autocomplete didn't work
    return 0;
}

Hello! Please fix it if can.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.