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:
@ -40,7 +40,7 @@ main()
|
||||
}
|
||||
|
||||
{
|
||||
result_of::as_set<list<int, double, std::string> >::type set(1, 1.23, "harru");
|
||||
boost::fusion::result_of::as_set<list<int, double, std::string> >::type set(1, 1.23, "harru");
|
||||
std::cout << at_key<int>(set) << std::endl;
|
||||
BOOST_TEST(at_key<int>(set) == 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user