Author
anonymous
almost 8 years ago
$
prog.cc:7:37: error: call to non-static member function without an object argument void (Foo::*func1)(void) = Foo::bar; // Error with gcc 4.3.2 and gcc 7.1.0 ~~~~~^~~ 1 error generated.