kernel_cpp: Dynamic exception specifications were deprecated in C++11.
This commit is contained in:
@@ -21,7 +21,7 @@ using std::nothrow;
|
|||||||
typedef struct {} mynothrow_t;
|
typedef struct {} mynothrow_t;
|
||||||
extern const mynothrow_t mynothrow;
|
extern const mynothrow_t mynothrow;
|
||||||
|
|
||||||
#if __cplusplus >= 201402L
|
#if __cplusplus >= 201103L
|
||||||
#define _THROW(x)
|
#define _THROW(x)
|
||||||
#define _NOEXCEPT noexcept
|
#define _NOEXCEPT noexcept
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user