Closed
Bug 1628389
Opened 5 years ago
Closed 5 years ago
Replace use of standard library traits classes by the _v or _t version in the GC
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
As suggested by Waldo, std::is_pointer_v<T> is more concise and less error-prone that std::is_pointer<T>::value. There seem to be a lot of these in the GC, so let's convert them.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2be15219b511
Replace standard library traits classes with _v and _t versions in the GC r=jwalden
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•