OVMS3/OVMS.V3/components/duktape/config/header-snippets/cpp_exception_sanity.h.in

4 lines
144 B
C

#if defined(DUK_USE_CPP_EXCEPTIONS) && !defined(__cplusplus)
#error DUK_USE_CPP_EXCEPTIONS enabled but not compiling with a C++ compiler
#endif