Closed Bug 1571392 Opened 5 years ago Closed 5 years ago

Make BlocksRingBuffer::EntryWriter move-only

Categories

(Core :: Gecko Profiler, task, P2)

task

Tracking

()

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: mozbugz, Assigned: mozbugz)

References

Details

Attachments

(1 file)

It makes little sense to copy a writer (also an output iterator).

It can still be move-constructible (so it can be passed around for construction purposes), but not move-assignable to help make more members const.

It makes little sense to copy a writer (also an output iterator).

We're keeping it move-constructible (so it can be passed around for construction
purposes), but not move-assignable to help make more members const.

Depends on D40621

Pushed by gsquelart@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa2bdd816d10
Make BlocksRingBuffer::EntryWriter move-only - r=gregtatum
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: