remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-11-02 02:16:09 +00:00
parent 94bc35dc33
commit 4c1d5d5ae2
8 changed files with 4 additions and 566 deletions

View File

@@ -609,11 +609,6 @@
#define wxUSE_CRASHREPORT 1
/* --- end MSW options --- */
/*
* Supports bool type
*/
#define HAVE_BOOL 1
/*
* Define if your compiler supports the explicit keyword
*/