Skip to content

Commit adacdf4

Browse files
committed
Fix/update info about UD containers in README.
1 parent 6b5ce75 commit adacdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ The extension offers support for the following user-defined geometries for both
196196
* Polygon (polygon with holes)
197197
* MultiPolygon
198198

199-
as well as user defined containers for C++ and C# based on:
199+
as well as user defined containers for C++:
200200

201201
* Array
202-
* LinkedList (C++ only for now)
202+
* LinkedList
203203

204204
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:
205205

0 commit comments

Comments
 (0)