D15902: Consider using-directives with function implements code-completion

Amish Naidu noreply at phabricator.kde.org
Fri Oct 12 14:56:28 BST 2018


amhndu abandoned this revision.
amhndu added a comment.


  The simple example
  
    namespace A
    {
        void foo();
    }
    
    using namespace A;
    
    void foo()
    {
        std::cout << "foo" << std::endl;
    }
  
  Doesn't work, because the function definition doesn't implement `::A::foo` but `::foo`.  Although it would work in some other cases... I figure it's not worth supporting.

REPOSITORY
  R32 KDevelop

REVISION DETAIL
  https://phabricator.kde.org/D15902

To: amhndu, #kdevelop
Cc: apol, kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20181012/fca3bed3/attachment.html>


More information about the KDevelop-devel mailing list