Closed Bug 1628389 Opened 4 years ago Closed 4 years ago

Replace use of standard library traits classes by the _v or _t version in the GC

Categories

(Core :: JavaScript: GC, task, P3)

task

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.

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
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: