fix trac issue #1608

[SVN r53914]
This commit is contained in:
Joel de Guzman
2009-06-15 01:53:43 +00:00
parent 8f34038ddd
commit 363ff5750f
7 changed files with 13 additions and 8 deletions

View File

@ -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<