From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1108a1,66253344eaef63db X-Google-Attributes: gid1108a1,public X-Google-Thread: 109fba,66253344eaef63db X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,66253344eaef63db X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-30 10:03:49 PST Newsgroups: comp.lang.ada,comp.object,comp.lang.c++ Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swiss.ans.net!solaris.cc.vt.edu!MathWorks.Com!news2.near.net!noc.near.net!inmet!dsd!stt From: stt@dsd.camb.inmet.com (Tucker Taft) Subject: Re: Mut. Recurs. in Ada9X w/o Breaking Encaps.? (LONG) Message-ID: Keywords: Ada 9X, C++, object-oriented Sender: news@inmet.camb.inmet.com Organization: Intermetrics, Inc. References: <1994Sep27.184827.17813@wdl.loral.com> <1994Sep29.014611.20263@swlvx2.msd.ray.com> Date: Fri, 30 Sep 1994 01:38:29 GMT Xref: bga.com comp.lang.ada:6334 comp.object:6922 comp.lang.c++:31096 Date: 1994-09-30T01:38:29+00:00 List-Id: In article , Bjarne Stroustrup <9758-26353> 0112760 <9758-26353> wrote: > >stt@dsd.camb.inmet.com (Tucker Taft) writes > > > This capability of Ada 9X is vaguely related to the "assignment attempt" > > of Eiffel, and the dynamic_cast of ANSI/ISO C++-to-be, > >Ah. Hmm. I have noted a tendency to treat newer C++ features as if they were >some sort of science fiction. Features such as dynamic_cast are currently >available in widely-used commercial implementations of C++ as well as being >part of the emerging standard. > >I think it would be best to leave out phrases such as ``ANSI/ISO C++-to-be'' >as possibly prejudicial. Alternatively, one could start a flamewar by trying >to be fair by applying matching adjectives to Ada9X and Eiffel. Sorry about that. It seemed wrong to write ANSI/ISO C++; is there a version number like 3.0 or 4.0 that identifies the set of features expected for ISO C++ (and is already in some current C++ compilers)? I just wanted those non-C++ folks out there to know that dynamic_cast is a feature that is anticipated in the ANSI/ISO C++, and might not be familiar to those of us who have only read older C++ reference manuals. > - Bjarne -Tuck