show/hide this revision's text 4 Fixed typos

Bjarne Stroustrup mentions in Design and Evolution of C++ that super as a keyword was considered by the ISO C++ Standards committee the first time C++ was standardized.

EDIT Now that I have the book, let me correct the history. Dag Bruck proposed this extension, calling the base class "inherited." The proposal mentioned the multiple inheritance issue, and would have flagged ambiguous uses. Even Stroustrup was convinced.

After discussion, Dag Bruck (yes, the same person making the proposal) wrote that the proposal was imlementableimplementable, technically sound, and free of major flaws, and handled multiple inheritance. On the other hand, there wasn't enough bang for the buck, and the committee should handle a thornier problem.

And that was when Michael Tiemann showed that a typedef'ed super would work just fine.

So, no, this will probably never get standardized.


My original history involved Apple invoking the two week rule. That was over a proposal handling method name clashes that can come up with multiple inheritance. If you dan't don't have a copy, Design and Evolution is well worth the cover price. Used copies can be had for about $10.

show/hide this revision's text 3 correct history of proposal

Bjarne Stroustrup mentions in Design and Evolution of C++ that super as a keyword was considered by the ISO C++ Standards committee the first time C++ was standardized(well, I'm not sure if it was "super," "inherited," or something else.

EDIT Now that I don't have the booknext to , let me right nocorrect the history. Dag Bruck proposed this extension, but from what I remember calling the base class "inherited." The proposal was about to go through when mentioned the Apple representative delayed a vote multiple inheritance issue, and would have flagged ambiguous uses. Even Stroustrup was convinced.

After discussion, Dag Bruck ("invoked yes, the two week rule" -- any same person making the proposal) wrote that is mailed out less than two weeks from a standards meeting can be shelved until the next meeting)proposal was imlementable, technically sound, and free of major flaws, and handled multiple inheritance.

By the time On the next meeting came aroundother hand, the committee had determined (1) there wasn't enough bang for the multiple inheritance thingbuck, and (2) creating the committee should handle a keyword for this seemed unnecessary. It really doesn't save much effortthornier problem.

Then

And that was when Michael Tiemann showed that a typedef'ed super would work just fine.

So, no, this will probably never get standardized.

My original history involved Apple invoking the two week rule. That was over a proposal handling method name clashes that can come up with multiple inheritance. If you dan't have a copy, Design and Evolution is well worth the cover price. Used copies can be had for about $10.

show/hide this revision's text 2 added 70 characters in body

Bjarne Stroustrup mentions in Design and Evolution of C++ that super as a keyword was considered by the ISO C++ Standards committee the first time C++ was standardized (well, I'm not sure if it was "super," "inherited," or something else. I don't have the book next to me right no, but from what I remember the proposal was about to go through when the Apple representative delayed a vote ("invoked the two week rule" -- any proposal that is mailed out less than two weeks from a standards meeting can be shelved until the next meeting).

By the time the next meeting came around, the committee had determined (1) the multiple inheritance thing, and (2) creating a keyword for this seemed unnecessary. It really doesn't save much effort.

Then Michael Tiemann showed that a typedef'ed super would work just fine.

So, no, this will probably never get standardized.

show/hide this revision's text 1