mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Complain when compiler can't support result_of
[SVN r22749]
This commit is contained in:
parent
a821ef6e2c
commit
822b46a3df
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user