wxWidgets/tests/benchmarks/htmlparser
Vadim Zeitlin 7e3ea54f47 Add missing c_str() and similar calls to samples in STL build.
Don't rely on implicit conversion of wxString to char*/wxChar*, it doesn't
exist in STL build. Add explicit c_str(), wc_str() or t_str() calls.

Closes #14420.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-20 17:54:42 +00:00
..
htmlpars.cpp Add missing c_str() and similar calls to samples in STL build. 2012-06-20 17:54:42 +00:00
htmlpars.h Fixed various typos. 2011-03-22 14:17:38 +00:00
htmltag.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
htmltag.h
README no changes, just a typo 2008-08-26 16:43:45 +00: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.