OVMS3/OVMS.V3/components/duktape/config/helper-snippets/DUK_F_CPP11.h.in

6 lines
120 B
C

/* C++11 or above */
#undef DUK_F_CPP11
#if defined(__cplusplus) && (__cplusplus >= 201103L)
#define DUK_F_CPP11
#endif