forked from boostorg/fusion
merge from trunk
[SVN r56179]
This commit is contained in:
@ -340,7 +340,7 @@ void result_type_tests()
|
||||
using boost::is_same;
|
||||
|
||||
BOOST_TEST(( is_same<
|
||||
fusion::result_of::invoke<int (*)(), fusion::vector0 >::type, int
|
||||
fusion::result_of::invoke<int (*)(), fusion::vector0<> >::type, int
|
||||
>::value ));
|
||||
// disabled until boost::result_of supports it
|
||||
// BOOST_TEST(( is_same<
|
||||
|
Reference in New Issue
Block a user