[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 249761]
From:       Esben Mose Hansen <kde () mosehansen ! dk>
Date:       2010-09-01 14:16:10
Message-ID: bug-249761-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=249761

           Summary: Support for Koenig aka Köenig aka ADL aka argument
                    dependent lookup
           Product: kdevelop
           Version: 4.0.1
          Platform: Debian unstable
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: Language Support: CPP
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: kde@mosehansen.dk


Version:           4.0.1 (using KDE 4.4.5) 
OS:                Linux

Koenig lookup seems to be unsupported, so something like this

namespace A {
  struct B {};
  int foo(B b) { return 5; }
}

int main() {
  A::B b;
  return foo(b);
}

KDevelop will incorrectly mark the foo function as unknown, even though it
should have checked in the A namespace for it.

}

Reproducible: Didn't try

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic