Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!uflorida!mailrus!tut.cis.ohio-state.edu!bloom-beacon!oberon!stromboli.usc.edu!english From: english@stromboli.usc.edu (Joe English) Newsgroups: comp.lang.c++ Subject: Zortech virtual function tables Summary: +e flag or equivalent? Keywords: virtual functions table implementation. Message-ID: <13379@oberon.USC.EDU> Date: 11 Nov 88 03:33:52 GMT References: <174@cyclopes.UUCP> <1748@dataio.Data-IO.COM> Sender: news@oberon.USC.EDU Reply-To: english@stromboli.usc.edu (Joe English) Organization: University of Southern California, Los Angeles, CA Lines: 8 Is there any way to avoid getting multiple copies of virtual function tables (and inline member functions that don't actually end up inlined) in Zortech C++? Specifically, is something like cfront's +e flag available? --Joe English