mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Keep the macro for compatibility but there is really no reason to use a macro here. Also document this macro, even if it's deprecated, as it's used outside of wxWidgets code too and this allows us to redirect people using it to wxClearList().
This is a copy of wxWidgets 2.8's wxHTML parser. Unlike the 2.9+ version, it uses wxString::operator[] during parsing and so is perfect for testing real-life performance of the new wxString class' operator[] caching.