set wxUSE_STD_STRING to 1 by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
be4da8f031
commit
80475016d1
@ -273,7 +273,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
@ -272,7 +272,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
@ -272,7 +272,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
@ -272,7 +272,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
@ -272,7 +272,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
@ -272,7 +272,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
@ -268,7 +268,7 @@
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
// Enable conversion to standard C++ string if 1.
|
||||
#define wxUSE_STD_STRING 0
|
||||
#define wxUSE_STD_STRING 1
|
||||
|
||||
// Support for positional parameters (e.g. %1$d, %2$s ...) in wxVsnprintf.
|
||||
// Note that if the system's implementation does not support positional
|
||||
|
Loading…
Reference in New Issue
Block a user