Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!ames!pasteur!ucbvax!tut.cis.ohio-state.edu!osu-cis!att!ulysses!andante!alice!bs From: bs@alice.UUCP (Bjarne Stroustrup) Newsgroups: comp.lang.c++ Subject: Re: Generating temporaries Summary: thanks Message-ID: <9156@alice.UUCP> Date: 5 Apr 89 12:52:48 GMT References: <9431@claris.com> <8904042239.AA07890@yahi.stanford.edu> Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 9 YAHI.STANFORD.EDU (Michael Tiemann) writes: > As a general rule of thumb, you can safely assume that no construct was > added to C++ which would not have good efficiency. Return-by-value is > no exception. Thanks, Michael.