exception_specification.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #if (!defined(__cplusplus) || __cplusplus < 201700L) && 0
13 #define INTEROP_THROW_SPEC(SPEC) throw SPEC
14 #else
15 #define INTEROP_THROW_SPEC(SPEC)
16 #endif
17