Skip to content

Commit

Permalink
deps: fix cppgc build on msvc (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored and targos committed Feb 22, 2021
1 parent 6a301f2 commit 807aa79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/v8/include/v8-cppgc.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class CppHeap;
} // namespace internal

struct V8_EXPORT CppHeapCreateParams {
CppHeapCreateParams(const CppHeapCreateParams&) = delete;
CppHeapCreateParams& operator=(const CppHeapCreateParams&) = delete;

std::vector<std::unique_ptr<cppgc::CustomSpaceBase>> custom_spaces;
};

Expand Down

0 comments on commit 807aa79

Please sign in to comment.