You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,10 +196,10 @@ The extension offers support for the following user-defined geometries for both
196
196
* Polygon (polygon with holes)
197
197
* MultiPolygon
198
198
199
-
as well as user defined containers for C++ and C# based on:
199
+
as well as user defined containers for C++:
200
200
201
201
* Array
202
-
* LinkedList (C++ only for now)
202
+
* LinkedList
203
203
204
204
They can be defined in XML file similar to *.natvis file. Path to this file can be set in options under **Tools**->**Options**->**Graphical Debugging**->**General**. An example XML file defining C++ types `MyPoint`, `MyRing` and `MyPolygon` in global namespace might look like this:
0 commit comments