Menu

#159 Code Completion fails for C++ functions marked "override"

Undefined
open
nobody
Feature_Request
2016-01-19
2015-04-24
Old Wolf 2
No
struct S { virtual void foo() {} };

struct T: S
{
    void foo() override
    {
        int abcdef;
        abcd   // code completion does not find abcdef
    }
};

If the "override" tag is removed then code completion works again.

Version: svn 10091 (31 Jan 2015)

Discussion

  • ollydbg

    ollydbg - 2015-04-24
    • labels: --> CodeCompletion, C++11
     
  • Teodor Petrov

    Teodor Petrov - 2016-01-19
    • Type: Undefined --> Feature_Request
     

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.