We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bc630 commit 37c3196Copy full SHA for 37c3196
2 files changed
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.8',
+ 'v8_embedder_string': '-node.9',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/include/v8config.h
@@ -671,7 +671,7 @@ path. Add it with -I<path> to the command line
671
// V8_NODISCARD Foo() { ... };
672
// [[nodiscard]] comes in C++17 but supported in clang with -std >= c++11.
673
#if V8_HAS_CPP_ATTRIBUTE_NODISCARD
674
-#define V8_NODISCARD [[nodiscard]]
+#define V8_NODISCARD
675
#else
676
#define V8_NODISCARD /* NOT SUPPORTED */
677
#endif
0 commit comments