Replace some occurrences of wxUSE_STL with wxUSE_STD_CONTAINERS

The latter option will remain, while the former one won't be used at all
any longer soon, so prefer using the latter whenever possible.
This commit is contained in:
Vadim Zeitlin 2023-04-15 15:14:41 +01:00
parent 4c8bf1e9e7
commit d65eed50fa
4 changed files with 7 additions and 6 deletions

View file

@ -1669,7 +1669,7 @@ void FormMain::PopulateWithLibraryConfig ()
ADD_WX_LIB_CONF_GROUP("Global Features")
ADD_WX_LIB_CONF( wxUSE_EXCEPTIONS )
ADD_WX_LIB_CONF( wxUSE_EXTENDED_RTTI )
ADD_WX_LIB_CONF( wxUSE_STL )
ADD_WX_LIB_CONF( wxUSE_STD_CONTAINERS )
ADD_WX_LIB_CONF( wxUSE_LOG )
ADD_WX_LIB_CONF( wxUSE_LOGWINDOW )
ADD_WX_LIB_CONF( wxUSE_LOGGUI )