[Bug c++/35978] wrong visibility with static member function pointers
--- Comment #2 from redi at gcc dot gnu dot org 2009-12-11 00:10 --- I don't know when it was fixed but 4.4.2 and 4.5.0 compile this fine -- redi at gcc dot gnu dot org changed: What|Removed |Added --
[Bug c++/35978] wrong visibility with static member function pointers
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-04-19 16:55 --- I don't think this is a bug, even being in that scope, you still cannot take a address of a private/protected static member function. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35978