mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
Now that this class is based on std::vector, having a pretty printer for it is not really useless, but actively counterproductive, as it doesn't have the fields used by this printer and so displaying it in gdb doesn't work at all with it, while it works just fine without it.