We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46d0a4 commit e37570eCopy full SHA for e37570e
1 file changed
DataFormats/common/include/CommonDataFormat/AbstractRef.h
@@ -55,7 +55,6 @@ class AbstractRef
55
GPUdi() AbstractRef(Idx_t idx, Src_t src) { set(idx, src); }
56
GPUdi() AbstractRef(Base_t raw) : mRef(raw) {}
57
58
- GPUdDefault() AbstractRef(const AbstractRef& src) = default;
59
//
60
GPUdi() Idx_t getIndex() const { return static_cast<Idx_t>(mRef & IdxMask); }
61
GPUdi() void setIndex(Idx_t idx) { mRef = (mRef & (BaseMask & ~IdxMask)) | (IdxMask & idx); }
0 commit comments