home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12696 < prev    next >
Encoding:
Text File  |  1992-08-20  |  801 b   |  19 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!microsoft!hexnut!jimad
  3. From: jimad@microsoft.com (Jim Adcock)
  4. Subject: Re: destruction of temporaries
  5. Message-ID: <1992Aug20.230652.19870@microsoft.com>
  6. Date: 20 Aug 92 23:06:52 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Aug17.211508.6634@lucid.com> <1992Aug18.205211.16789@Warren.MENTORG.COM> <TMB.92Aug19113657@arolla.idiap.ch>
  9. Lines: 8
  10.  
  11. In article <TMB.92Aug19113657@arolla.idiap.ch> tmb@idiap.ch writes:
  12. |I don't want my temporaries to hang around until the end of the
  13. |function. I often use large temporaries (megabytes), and I see no
  14. |reason why they should stick around any longer than I need them.
  15.  
  16. No one disagrees with this statement.  The issue is when should temporaries
  17. be allowed to stay around any shorter than you need them.
  18.  
  19.