
14 Aug
2007
14 Aug
'07
5:55 p.m.
On Aug 10, 2007, at 8:42 PM, shunsuke wrote:
Hi,
I hope this is the last question about result_of.
I want to know the reason why result_of<F()>::type returns void by default instead of an incomplete type like
template<typename F> struct error_this_is_not_a_nullary_function;
which could make error message more readable.
See http://lists.boost.org/Archives/boost/2007/05/122004.php - Doug