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
15
setup.h_vms
15
setup.h_vms
|
|
@ -218,20 +218,7 @@ typedef pid_t GPid;
|
|||
|
||||
#define wxUSE_STL 0
|
||||
|
||||
#if defined(__DMC__) \
|
||||
|| (defined(_MSC_VER) && _MSC_VER < 1200)
|
||||
#define wxUSE_STD_DEFAULT 0
|
||||
#else
|
||||
#define wxUSE_STD_DEFAULT 1
|
||||
#endif
|
||||
|
||||
#define wxUSE_STD_CONTAINERS_COMPATIBLY wxUSE_STD_DEFAULT
|
||||
|
||||
#define wxUSE_STD_CONTAINERS wxUSE_STD_DEFAULT
|
||||
|
||||
#define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT
|
||||
|
||||
#define wxUSE_STD_STRING wxUSE_STD_DEFAULT
|
||||
#define wxUSE_STD_CONTAINERS wxUSE_STL
|
||||
|
||||
#define wxUSE_STD_STRING_CONV_IN_WXSTRING wxUSE_STL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue