We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5f7bc commit 55a57a1Copy full SHA for 55a57a1
src/node_api.h
@@ -90,9 +90,6 @@ EXTERN_C_START
90
91
// Deprecated. Replaced by symbol-based registration defined by NAPI_MODULE
92
// and NAPI_MODULE_INIT macros.
93
-#if defined(__cplusplus) && __cplusplus >= 201402L
94
-[[deprecated]]
95
-#endif
96
NAPI_EXTERN void NAPI_CDECL
97
napi_module_register(napi_module* mod);
98
0 commit comments