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 implementable, 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 don't have a copy, _Design and Evolution_ is well worth the cover price.  Used copies can be had for about $10.