-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[CPP20] [CUDA] Error: function "std::__detail::__variant::_Variadic_union<_First, _Rest...>::~_Variadic_union()" is deleted #42624
Comments
A new Issue was created by @iarspider . @Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar, @antoniovilela can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
iarspider
changed the title
[CPP20] Error: function "std::__detail::__variant::_Variadic_union<_First, _Rest...>::~_Variadic_union()" is deleted
[CPP20] [CUDA] Error: function "std::__detail::__variant::_Variadic_union<_First, _Rest...>::~_Variadic_union()" is deleted
Aug 22, 2023
assign heterogeneous |
cmsbuild
added
pending-signatures
heterogeneous-pending
and removed
pending-assignment
labels
Aug 22, 2023
So the error is coming from
Thinking a workaround, on quick look it seems to me the #include of Ref.h in SortedCollection.h might not be necessary.
|
iarspider
added a commit
to iarspider-cmssw/cmssw
that referenced
this issue
Sep 12, 2023
zhenbinwu
pushed a commit
to zhenbinwu/cmssw
that referenced
this issue
Feb 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During compilation of DataFormats/HcalDigi package, the following errors is emitted:
Full log: 1, 2 - the compilation fails for the same file
The text was updated successfully, but these errors were encountered: