Closed
Bug 1739313
Opened 4 years ago
Closed 4 years ago
Use std::tuple instead of mozilla::Tuple in tools/
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
96 Branch
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: ssummar, Assigned: ssummar)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36
| Assignee | ||
Comment 1•4 years ago
|
||
Hi. This bug was created to replace usages of mozilla::Tuple with std::tuple in tools/ directory. Larger goal is to move bug 1276351 forward. A patch can be expected soon.
| Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → ssummar.bee16seecs
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd89b3d26fbe
Replaces mozilla::Tuple with std::tuple in tools/ r=emilio
Comment 4•4 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•