Closed
Bug 707352
Opened 12 years ago
Closed 12 years ago
Remove NS_FINAL_CLASS
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: Waldo, Assigned: Waldo)
Details
Attachments
(1 file)
4.61 KB,
patch
|
cjones
:
review+
|
Details | Diff | Splinter Review |
It's had its day, and C++11 magic now supersedes it. Let's kill it. I think this patch will do the trick, although I base that belief mostly on MXR-searching and the like. The Clang developers are of the opinion that it should be an error for an abstract class to be final, so nsDerivedSafe will not be marked with MOZ_FINAL.
Attachment #578759 -
Flags: review?(jones.chris.g)
Updated•12 years ago
|
Attachment #578759 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Comment 1•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/68b6b0c6045f
Comment 2•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/68b6b0c6045f
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
You need to log in
before you can comment on or make changes to this bug.
Description
•