[Bug c++/41575] GCC lists private methods as candidates in "no matching function for call"

2017-02-07 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41575 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug c++/41575] GCC lists private methods as candidates in no matching function for call

2009-10-05 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2009-10-05 10:28 --- Access checking happens after overload resolution. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41575

[Bug c++/41575] GCC lists private methods as candidates in no matching function for call

2009-10-05 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-10-05 15:14 --- Namelookup is done before access control IIRC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41575