From ``An Overview of C++,'' by Bjarne Stroustrup, SIGPLAN Notices, 1986-10.
Section 6. What is Missing?
C++ was designed under severe constraints of compatibility, internal consistency, and efficiency: no feature was included that
Features that might have been provided but weren't because of these criteria include garbage collection, parameterized classes, exceptions, multiple inheritance, support for concurrency, and integration of the language with a programming environment. Not all of these possible extensions would actually be appropriate for C++, and unless great constraint is exercised when selecting and designing features for a language, a large, unwieldy, and inefficient mess will result. The severe constraints on the design of C++ have probably been beneficial and will continue to guide the evolution of C++.