home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / std / cplus / 1580 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  892 b 

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!uwm.edu!linac!att!att!allegra!alice!bs
  2. From: bs@alice.att.com (Bjarne Stroustrup)
  3. Newsgroups: comp.std.c++
  4. Subject: Re: Recursive templates
  5. Message-ID: <24210@alice.att.com>
  6. Date: 17 Nov 92 03:21:45 GMT
  7. Article-I.D.: alice.24210
  8. References: <83733@ut-emx.uucp>
  9. Organization: AT&T Bell Laboratories, Murray Hill NJ
  10. Lines: 13
  11.  
  12.  
  13.  
  14. Jamshid Afshar jamshid@emx.utexas.edu writes:
  15.  
  16.  > This would require
  17.  > that compilers not expand a template function or member function
  18.  > unless it is actually called.
  19.  
  20. This was discussed briefly in the ANSI/ISO committee and there seemed to
  21. be consensus that a template member function should not be generated unless
  22. it was used. This is therefore the most likely outcome as a more precise
  23. specification is worked out, but it is not the only opinion that has ever
  24. been voiced on this matter.
  25.