You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unqualified &__v selects a user-defined operator& if _Tp has one.
For a type with a deleted operator& this is a compile error. std::addressof(__v) should be used instead.
oneDPL/include/oneapi/dpl/pstl/utils.h
Line 1124 in 3e0e05b
The unqualified
&__vselects a user-definedoperator&if_Tphas one.For a type with a deleted
operator&this is a compile error.std::addressof(__v)should be used instead.