mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 09:07:26 +02:00
baking segmented Fusion
[SVN r73854]
This commit is contained in:
@ -56,8 +56,8 @@ main()
|
||||
at_c<1>(t) = "mama mia";
|
||||
BOOST_TEST(t == make_vector(6, "mama mia"));
|
||||
|
||||
BOOST_STATIC_ASSERT(result_of::size<tuple_type>::value == 2);
|
||||
BOOST_STATIC_ASSERT(!result_of::empty<tuple_type>::value);
|
||||
BOOST_STATIC_ASSERT(boost::fusion::result_of::size<tuple_type>::value == 2);
|
||||
BOOST_STATIC_ASSERT(!boost::fusion::result_of::empty<tuple_type>::value);
|
||||
|
||||
BOOST_TEST(front(t) == 6);
|
||||
}
|
||||
|
Reference in New Issue
Block a user