Closed
Bug 1916919
Opened 1 year ago
Closed 1 year ago
Don't include useless <iostream> in openvr
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox132 fixed)
RESOLVED
FIXED
132 Branch
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
<iostream> implies the inclusion of a global constructor (for std::cout and co initialization).
| Assignee | ||
Comment 1•1 year ago
|
||
This decreases the number of global constructors by one.
Updated•1 year ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9422757 -
Attachment description: Bug 1916919 - Don't include useless <iostream> in openvr r=emilio → Bug 1916919 - Don't include useless <iostream> in openvr r=emilio!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/84f779cae01b
Don't include useless <iostream> in openvr r=emilio,glandium
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Updated•1 year ago
|
Blocks: includehell
You need to log in
before you can comment on or make changes to this bug.
Description
•