Ported template instantiation handling to cppast
This commit is contained in:
@@ -50,7 +50,7 @@ TEST_CASE("t00012", "[test-case][class]")
|
||||
puml, IsInstantiation(_A("B<int Is...>"), _A("B<1, 1, 1, 1>")));
|
||||
REQUIRE_THAT(puml,
|
||||
IsInstantiation(_A("C<T, int Is...>"),
|
||||
_A("C<std::map<int, "
|
||||
_A("C<std::map<int,"
|
||||
"std::vector<std::vector<std::vector<std::string>>>>, 3, 3, "
|
||||
"3>")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user