Closed
Bug 2001589
Opened 4 months ago
Closed 4 months ago
gfxVR.h:98:20 warns since the C++20 update.
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox145 | --- | unaffected |
| firefox146 | --- | unaffected |
| firefox147 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 months ago
|
||
It warns because std::is_pod is deprecated. We care about trivialness
because we initialize this type with memset().
Updated•4 months ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Comment 2•4 months ago
|
||
Set release status flags based on info from the regressing bug 1768116
status-firefox145:
--- → unaffected
status-firefox146:
--- → unaffected
status-firefox147:
--- → affected
status-firefox-esr140:
--- → unaffected
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4a59ae976d69
https://hg.mozilla.org/integration/autoland/rev/3c8dae48fb7c
Remove is_pod usage from gfxVR.h. r=gfx-reviewers,lsalzman
Comment 4•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•