Closed
Bug 1638917
Opened 5 years ago
Closed 5 years ago
Use std::tuple instead of mozilla::Tuple in layout/
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
mozilla::Tuple
doesn't seem to work with C++17 structured binding per bug 1633345, so I'd like to convert our mozilla::Tuple
usages in layout to push bug 1276351 forward a bit.
Assignee | ||
Comment 1•5 years ago
|
||
Also, replace mozilla::Tie with std::tie, and use C++17 structured
binding at some places where they make sense.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2e1dc6dd023b
Replace mozilla::Tuple with std::tuple in layout. r=emilio
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•