Closed
Bug 1607796
Opened 5 years ago
Closed 5 years ago
Use <type_traits> in dom/bindings.
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
Rather than mfbt/TypeTraits.h
Assignee | ||
Comment 1•5 years ago
|
||
Automatic but manually checked via s/IsBaseOf</std::is_base_of</g and so on.
Assignee | ||
Comment 2•5 years ago
|
||
This one is manual.
Depends on D59145
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bba48993a3d
Use <type_traits> in dom/bindings. r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/525e99b89bda
Simplify usage of std::enable_if with std::enable_if_t. r=bzbarsky
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9bba48993a3d
https://hg.mozilla.org/mozilla-central/rev/525e99b89bda
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•