Use std::wstring unconditionally
Don't test for its existence in configure and CMake and don't use wxStdWideString in the code.
This commit is contained in:
parent
eb97bf90e4
commit
0a387693c6
14 changed files with 25 additions and 58 deletions
|
|
@ -1880,7 +1880,6 @@ if test "x$COMPAQCXX" = "xyes"; then
|
|||
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
|
||||
fi
|
||||
|
||||
AC_DEFINE(HAVE_STD_WSTRING)
|
||||
AC_DEFINE(HAVE_STD_STRING_COMPARE)
|
||||
AC_DEFINE(HAVE_STD_UNORDERED_MAP)
|
||||
AC_DEFINE(HAVE_STD_UNORDERED_SET)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue