Complain when compiler can't support result_of

[SVN r22749]
This commit is contained in:
Douglas Gregor 2004-05-06 17:29:54 +00:00
parent a821ef6e2c
commit 822b46a3df

View File

@ -58,6 +58,8 @@ struct result_of : get_result_of<F, FArgs, (has_result_type<F>::value)> {};
#include BOOST_PP_ITERATE()
}
#endif // can't use result_of
#else
# error Your compiler cannot support class template result_of
#endif
#endif // BOOST_RESULT_OF_HPP