Open
Bug 1142873
Opened 10 years ago
Updated 3 years ago
Create a nice mfbt abstraction for accessing classname, methodname, and classname::methodname in the preprocessor
Categories
(Core :: MFBT, defect)
Tracking
()
NEW
People
(Reporter: bholley, Unassigned)
Details
Our setup right now is kind of clownshoes. MediaPromise.h polyfills __func__ on MSVC, which kind of works, but gives different behavior on different platforms (sometimes including the class name, sometimes not). We should solve this problem in MFBT.
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
| Reporter | ||
Updated•10 years ago
|
Component: Audio/Video: Playback → MFBT
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•