Closed
Bug 1575519
Opened 4 years ago
Closed 4 years ago
use `auto&` in ranged-for loops to avoid copies
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
We do this in most places, but not everywhere.
![]() |
Assignee | |
Comment 1•4 years ago
|
||
This style is used consistently throughout telemetry code, but was
missed in these places.
Pushed by nfroyd@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d3cf30302250 use `auto&` in ranged-for loops to avoid copies; r=chutten
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•