Skip to content

Commit 34fcbb6

Browse files
committed
Write template brackets
1 parent 3f0895e commit 34fcbb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

natvis/object_visualizer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ struct writer
574574
{
575575
write(type.GenericType());
576576
bool first = true;
577+
write("<");
577578
for (auto&& elem : type.GenericArgs())
578579
{
579580
if (first)
@@ -586,6 +587,7 @@ struct writer
586587
}
587588
write(elem);
588589
}
590+
write(">");
589591
}
590592

591593
void write(GenericTypeIndex const& var)

0 commit comments

Comments
 (0)