Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when is_clang = false, taken place compile error #25

Open
amourfou opened this issue May 11, 2022 · 1 comment
Open

when is_clang = false, taken place compile error #25

amourfou opened this issue May 11, 2022 · 1 comment

Comments

@amourfou
Copy link

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\include\xutility(4036): error C2280: 'std::unique_ptr<cppgc::CustomSpaceBase,std::default_deletecppgc::CustomSpaceBase> &std::unique_ptr<cppgc::CustomSpaceBase,std::default_deletecppgc::CustomSpaceBase>::operator =(const std::unique_ptr<cppgc::CustomSpaceBase,std::default_deletecppgc::CustomSpaceBase> &)'

first of all, thank you for your contribution. that error occurs when 'is_clang' arg is false. could you let me know how to solve that error?

@pmed
Copy link
Owner

pmed commented Jun 12, 2022

Hi,

thank you! I also had issues on building the recent V8 versions with Visual C++ compiler. That's the reason why I've added is_clang command-line argument to the build script, and recent NuGet packages were build with this flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants