Closed
Bug 1626197
Opened 5 years ago
Closed 5 years ago
Remove custom copy and move operations of EnumeratedArray
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The custom copy and move operations of EnumeratedArray
should be removed. This also ensures that EnumeratedArray
is only copyable/movable if its ValueType
is copyable/movable, and that it remains trivially copyable if its ValueType
is trivially copyable.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dea4c6e23401
Remove custom copy/move operations on EnumeratedArray. r=froydnj
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•