5 Jan
2005
5 Jan
'05
5:17 p.m.
Kevin Lee wrote:
should the following code return: true or false?
boost::is_function
::value
false.
if the result is false, why? I don't understand it.
That's a pointer-to-function type, not a function type. Try
boost::is_function