We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e628c commit 5bde9e6Copy full SHA for 5bde9e6
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.6',
+ 'v8_embedder_string': '-node.7',
41
42
##### V8 defaults for Node.js #####
43
deps/v8/src/base/optional.h
@@ -16,7 +16,7 @@ namespace base {
16
17
// These aliases are deprecated, use std::optional directly.
18
template <typename T>
19
-using Optional [[deprecated]] = std::optional<T>;
+using Optional = std::optional<T>;
20
21
using std::in_place;
22
using std::make_optional;
0 commit comments