mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 01:27:37 +02:00
more map tests (including move test)
[SVN r82725]
This commit is contained in:
@ -73,7 +73,7 @@ namespace test_detail
|
||||
return T();
|
||||
}
|
||||
|
||||
typedef FUSION_SEQUENCE<std::vector<x>> return_type;
|
||||
typedef FUSION_SEQUENCE return_type;
|
||||
|
||||
return_type
|
||||
generate()
|
||||
@ -84,7 +84,7 @@ namespace test_detail
|
||||
return return_type();
|
||||
}
|
||||
|
||||
typedef FUSION_SEQUENCE<std::vector<x>, x> return_type2;
|
||||
typedef FUSION_SEQUENCE2 return_type2;
|
||||
|
||||
return_type2
|
||||
generate2()
|
||||
|
Reference in New Issue
Block a user