Subject: [Boost-users] [type_traits] remove_pointer from member function types?
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-02-12 07:58:18


Hello,

although mentioned as a tip on the function_traits documentation page, it
seems that remove_pointer doesn't work for member functions. It does work
for normal function pointers. See attached an example.

Is this the described/correct behaviour? If so, how do I easily transform a
member function pointer type to a function type?

Thanks,

Rutger