
16 Mar
2012
16 Mar
'12
4:28 p.m.
It seems c++11 has a new way to spell enable_if, and this can be used to implement has_member_fnc, as in this example:
I wonder if has_member_fnc would be a good addition to boost?
Does Boost.TTI not already have a facility to test for the existence of a member function? Or is what you had in mind something different? Regards, Nate