Closed
Bug 1728121
Opened 1 year ago
Closed 1 year 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•1 year ago
|
Whiteboard: [i18n-unification]
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → dminor
Assignee | ||
Comment 1•1 year 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•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year 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
•