Remove wx own wxStringImpl implementation
Always use std::basic_string<> as wxStringImpl. Closes #22883.
This commit is contained in:
parent
222cf952f4
commit
2c0c727f49
21 changed files with 69 additions and 1613 deletions
|
|
@ -325,7 +325,6 @@
|
|||
#include <wx/strconv.h>
|
||||
#include <wx/stream.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/stringimpl.h>
|
||||
#include <wx/stringops.h>
|
||||
#include <wx/strvararg.h>
|
||||
#include <wx/sysopt.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue