Category "overload-resolution"

Overloading the pointer-to-member function operator. Attempting to resolving the const overloaded version isn't compiling

I'm currently doing practicing on the ->* operator with the intent to write a smart pointer. I've done the basics on how it works. For this example I want to

Ambiguous overload error when using conversion function

I am trying to understand overloading resolution in C++ through the books listed here. One such example that i wrote to clear my concepts whose output i am unab