Closed
Bug 1728121
Opened 2 years ago
Closed 2 years ago
Use std::is_same_v instead of std::is_same<...>::value
Categories
(Core :: Internationalization, enhancement, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
Details
(Whiteboard: [i18n-unification])
Attachments
(1 file)
Using std::is_same_v should make the type assertions a little tidier. Suggested by Anba in https://phabricator.services.mozilla.com/D121413#inline-682793.
Updated•2 years ago
|
Whiteboard: [i18n-unification]
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → dminor
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by dminor@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d2873c2c78c8 Use std::is_same_v in unified intl; r=platform-i18n-reviewers,gregtatum
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 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
•