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:
@@ -186,14 +186,12 @@ public:
|
||||
long GetLong() const;
|
||||
|
||||
// bool
|
||||
#ifdef HAVE_BOOL
|
||||
wxVariant(bool val, const wxString& name = wxEmptyString);
|
||||
bool operator== (bool value) const;
|
||||
bool operator!= (bool value) const;
|
||||
void operator= (bool value) ;
|
||||
inline operator bool () const { return GetBool(); }
|
||||
bool GetBool() const ;
|
||||
#endif
|
||||
|
||||
// wxDateTime
|
||||
#if wxUSE_DATETIME
|
||||
|
Reference in New Issue
Block a user