Closed
Bug 1664844
Opened 5 years ago
Closed 5 years ago
Add a DebugOnly<T>::inspect member function
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(1 file)
If T
is a struct, then a DebugOnly<T>::inspect
member function avoids doing an explicit static_cast
to the value type to access its members.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D89919
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ffed28f0b547
Add DebugOnly::inspect member function. r=jwalden
Comment 3•5 years ago
|
||
Backed out for perma failures.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1663924#c45
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/25b16cbae152
Add DebugOnly::inspect member function. r=jwalden
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f1815c07c36e
Add DebugOnly::inspect member function. r=jwalden
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•