kernel_cpp: Dynamic exception specifications were deprecated in C++11.

This commit is contained in:
Augustin Cavalier
2020-03-15 17:47:09 -04:00
parent 9a333ed1fc
commit 5c31a5242c
+1 -1
View File
@@ -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