
12 Dec
2009
12 Dec
'09
1:36 p.m.
Frédéric Bron wrote:
I would like to detect if the return type of a function is void or not within C++03 standard?
Hi, Did you look at Boost.FunctionTypes ? http://www.boost.org/doc/libs/1_41_0/libs/function_types/doc/html/boost_func... -- Maxime