We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0895e commit 34fcbb6Copy full SHA for 34fcbb6
natvis/object_visualizer.cpp
@@ -574,6 +574,7 @@ struct writer
574
{
575
write(type.GenericType());
576
bool first = true;
577
+ write("<");
578
for (auto&& elem : type.GenericArgs())
579
580
if (first)
@@ -586,6 +587,7 @@ struct writer
586
587
}
588
write(elem);
589
590
+ write(">");
591
592
593
void write(GenericTypeIndex const& var)
0 commit comments