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 454979c commit a746843Copy full SHA for a746843
common.gypi
@@ -38,7 +38,7 @@
38
39
# Reset this number to 0 on major V8 upgrades.
40
# Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string': '-node.5',
+ 'v8_embedder_string': '-node.6',
42
43
##### V8 defaults for Node.js #####
44
deps/v8/include/v8config.h
@@ -688,7 +688,7 @@ path. Add it with -I<path> to the command line
688
// V8_NODISCARD Foo() { ... };
689
// [[nodiscard]] comes in C++17 but supported in clang with -std >= c++11.
690
#if V8_HAS_CPP_ATTRIBUTE_NODISCARD
691
-#define V8_NODISCARD [[nodiscard]]
+#define V8_NODISCARD
692
#else
693
#define V8_NODISCARD /* NOT SUPPORTED */
694
#endif
0 commit comments