more map tests (including move test)

[SVN r82725]
This commit is contained in:
Joel de Guzman
2013-02-04 11:52:18 +00:00
parent 85119dbd21
commit 085c3c25ca
7 changed files with 286 additions and 4 deletions

View File

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