Remove wxUSE_STD_STRING and wxUSE_STD_CONTAINERS_COMPATIBLY
Assume they are always 1 now, there is no good reason to ever set them to 0 any more. Note that we still keep wxUSE_STD_IOSTREAM for now, but we can drop wxUSE_STD_DEFAULT as it's not worth having it just for this single option (previously it was used as the default value for 3 of them).
This commit is contained in:
parent
2c0c727f49
commit
be7860c766
29 changed files with 134 additions and 579 deletions
|
|
@ -76,6 +76,7 @@ mark_as_advanced(wxBUILD_PIC)
|
|||
wx_option(wxUSE_NO_RTTI "disable RTTI support" OFF)
|
||||
|
||||
# STL options
|
||||
wx_option(wxUSE_STD_IOSTREAM "use standard C++ streams" ON)
|
||||
wx_option(wxUSE_STL "use standard C++ classes for everything" OFF)
|
||||
set(wxTHIRD_PARTY_LIBRARIES ${wxTHIRD_PARTY_LIBRARIES} wxUSE_STL "use C++ STL classes")
|
||||
wx_dependent_option(wxUSE_STD_CONTAINERS "use standard C++ container classes" ON "wxUSE_STL" OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue