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.
static_assert
1 parent 5f72568 commit 6c2e8f3Copy full SHA for 6c2e8f3
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/src/base/logging.h
@@ -212,8 +212,6 @@ struct is_forward_iterable<
212
decltype(std::declval<T>().begin())>::iterator_category,
213
std::forward_iterator_tag>>> : public std::true_type {};
214
215
-static_assert(is_forward_iterable<const std::vector<int>&>::value);
216
-
217
} // namespace detail
218
219
// Define PrintCheckOperand<T> for each T which defines operator<< for ostream.
0 commit comments