ports/databases/mongosh/files/node-patches/011-deps-v8-src-base-small-vector.h
2025-02-21 00:27:21 +01:00

10 lines
421 B
C++

--- a/deps/v8/src/base/small-vector.h 2024-04-24 14:03:50 UTC
+++ b/deps/v8/src/base/small-vector.h
@@ -22,7 +22,6 @@ class SmallVector {
class SmallVector {
// Currently only support trivially copyable and trivially destructible data
// types, as it uses memcpy to copy elements and never calls destructors.
- ASSERT_TRIVIALLY_COPYABLE(T);
static_assert(std::is_trivially_destructible<T>::value);
public: