mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 00:57:20 +02:00
baking segmented Fusion
[SVN r73854]
This commit is contained in:
@ -73,7 +73,7 @@ int main()
|
||||
test_func<> f;
|
||||
test_func<noncopyable> f_nc;
|
||||
|
||||
fusion::result_of::make_fused_function_object< test_func<> >::type fused_func
|
||||
boost::fusion::result_of::make_fused_function_object< test_func<> >::type fused_func
|
||||
= fusion::make_fused_function_object(f);
|
||||
|
||||
BOOST_TEST(fused_func(lv_vec) == 1);
|
||||
|
Reference in New Issue
Block a user