5 Jan
2005
5 Jan
'05
5:05 p.m.
On Jan 5, 2005, at 11:12 AM, Kevin Lee wrote:
should the following code return: true or false?
boost::is_function
::value if the result is false, why? I don't understand it.
It should be false. You're passing in a function pointer type, not a
function type. The following would be true:
boost::is_function