Files
wxWidgets/tests/benchmarks/htmlparser
Vadim Zeitlin 756f010f35 Add wxClearList() function replacing WX_CLEAR_LIST() macro
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().
2024-04-13 19:36:52 +02:00
..

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.