$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-08-14 13:55:00
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://listarchives.boost.org/Archives/boost/2007/05/122004.php
- Doug