X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d9f819c69ba6bf1bd2438aa66aea90f314b8d13..0555b2a0a3c509687e7fc5aeb160f5171b7e6311:/include/wx/defs.h?ds=sidebyside diff --git a/include/wx/defs.h b/include/wx/defs.h index a3a08d026f..a96a6e91f4 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -3335,17 +3335,6 @@ typedef const void* WXWidget; #define DECLARE_NO_ASSIGN_CLASS(classname) \ wxDECLARE_NO_ASSIGN_CLASS(classname); -/* Macro that can be used to indicate that a function doesn't throw. */ -#if defined(__cplusplus) && __cplusplus >= 199711L /* C++98 */ -# if __cplusplus >= 201103L /* >= C++11 */ -# define wxNOEXCEPT noexcept -# else -# define wxNOEXCEPT throw() -# endif -#else -# define wxNOEXCEPT -#endif - /* --------------------------------------------------------------------------- */ /* If a manifest is being automatically generated, add common controls 6 to it */ /* --------------------------------------------------------------------------- */