| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ed187fa commit f626acc
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.4', | ||
| 39 | + 'v8_embedder_string': '-node.5', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ namespace base { | |||
| 16 | 16 | ||
| 17 | 17 | // These aliases are deprecated, use std::optional directly. | |
| 18 | 18 | template <typename T> | |
| 19 | - using Optional [[deprecated]] = std::optional<T>; | ||
| 19 | + using Optional = std::optional<T>; | ||
| 20 | 20 | ||
| 21 | 21 | using std::in_place; | |
| 22 | 22 | using std::make_optional; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments