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