'identifier' : cannot take address of this member function
You cannot take the address of a member function.
Example
class A { public: A(); }; (*pctor)() = &A::A; // error