diff --git a/include/boost/utility/result_of.hpp b/include/boost/utility/result_of.hpp index 9d2185e..5a3ed7c 100644 --- a/include/boost/utility/result_of.hpp +++ b/include/boost/utility/result_of.hpp @@ -58,6 +58,8 @@ struct result_of : get_result_of::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