Write docs for GDB pretty-printers

This commit is contained in:
Braden Ganetsky
2024-08-16 17:20:15 -05:00
parent 7f9aa8505f
commit 0bca47c690
3 changed files with 114 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
`boost::concurrent_flat_set` operations to allow for safe mutable modification of elements
({github-pr-url}/265[PR#265^]).
* In Visual Studio Natvis, supported any container with an allocator that uses fancy pointers. This applies to any fancy pointer type, as long as the proper Natvis customization point "Intrinsic" functions are written for the fancy pointer type.
* Added GDB pretty-printers for all containers and iterators. For a container with an allocator that uses fancy pointers, these only work if the proper pretty-printer is written for the fancy pointer type itself.
== Release 1.86.0