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
|
|
@ -460,7 +460,6 @@ set(BASE_CMN_SRC
|
|||
src/common/strconv.cpp
|
||||
src/common/stream.cpp
|
||||
src/common/string.cpp
|
||||
src/common/stringimpl.cpp
|
||||
src/common/stringops.cpp
|
||||
src/common/strvararg.cpp
|
||||
src/common/sysopt.cpp
|
||||
|
|
@ -611,7 +610,6 @@ set(BASE_CMN_HDR
|
|||
wx/strconv.h
|
||||
wx/stream.h
|
||||
wx/string.h
|
||||
wx/stringimpl.h
|
||||
wx/stringops.h
|
||||
wx/strvararg.h
|
||||
wx/sysopt.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue