From -8827598526520825373
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,db4807a3f0a1e742
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1994-07-24 20:23:07 PST
Newsgroups: comp.std.c++
Path: nntp.gmd.de!Germany.EU.net!EU.net!uunet!news.cygnus.com!news!jason
From: jason@cygnus.com (Jason Merrill)
Subject: Re: Multiple inheritance and delete
In-Reply-To: pkron@corona.com's message of Tue, 19 Jul 1994 21:48:17 PDT
Content-Type: text/plain; charset=US-ASCII
Message-ID: <JASON.94Jul24192949@deneb.cygnus.com>
Sender: news@cygnus.com
Nntp-Posting-Host: deneb.cygnus.com
Organization: Cygnus Support, Mountain View, CA
References: <IMMEL.94Jul18092230@chord.centerline.com> <1994Jul20.044817.698@corona.com>
Mime-Version: 1.0
Date: Mon, 25 Jul 1994 02:29:48 GMT
Lines: 9

>>>>> Peter Kron <pkron@corona.com> writes:

> I would like to see the standard address this issue by making the
> default for all member functions be virtual to avoid this general
> problem.

g++ offers this option, with the -fall-virtual flag.

Jason


