Always use variadic macros and remove wxNO_VARIADIC_MACROS
Variadic macros are always available in C++11, which will be required very soon, so don't bother testing for them and just always use them.
This commit is contained in:
parent
0f2b8a2065
commit
73869d37fd
10 changed files with 3 additions and 71 deletions
|
|
@ -747,12 +747,6 @@
|
|||
*/
|
||||
#cmakedefine VA_LIST_IS_ARRAY 1
|
||||
|
||||
/*
|
||||
* Define if you don't want variadic macros to be used even if they are
|
||||
* supported by the compiler.
|
||||
*/
|
||||
#cmakedefine wxNO_VARIADIC_MACROS
|
||||
|
||||
/*
|
||||
* Define if your compiler has std::wstring
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue