Closed
Bug 2009597
Opened 2 months ago
Closed 2 months ago
Remove obsolete __cpp_lib_has_unique_object_representations in StencilXdr.h
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
std::has_unique_object_representations was added in C++17 and Firefox is currently compiled as C++20.
| Assignee | ||
Comment 1•2 months ago
|
||
std::has_unique_object_representations was added in C++17 and Firefox is
currently compiled as C++20.
Updated•2 months ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by cpeterson@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a33e92ce3aa1
https://hg.mozilla.org/integration/autoland/rev/ae2d486911c3
Remove obsolete __cpp_lib_has_unique_object_representations in StencilXdr.h. r=spidermonkey-reviewers,arai
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•