From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,8fc01a397168b629,start X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,8fc01a397168b629,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-20 07:28:39 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!rutgers!att-out!undergrad.math.uwaterloo.ca!watserv2.uwaterloo.ca!torn!howland.reston.ans.net!pipex!sunsite.doc.ic.ac.uk!aixssc.uk.ibm.com!watnews.watson.ibm.com!ncohen From: ncohen@watson.ibm.com (Norman H. Cohen) Newsgroups: comp.lang.ada,comp.lang.c++ Subject: Another C++ pitfall ;-) Date: 20 Dec 1994 15:28:39 GMT Organization: IBM T.J. Watson Research Center Distribution: world Message-ID: <3d6t77$1gus@watnews1.watson.ibm.com> Reply-To: ncohen@watson.ibm.com NNTP-Posting-Host: rios8.watson.ibm.com Xref: nntp.gmd.de comp.lang.ada:17621 comp.lang.c++:83682 Date: 1994-12-20T15:28:39+00:00 List-Id: I've just been bitten by the following C++ pitfall: When you're reading a paper about C++ and you come to a section heading that reads "References", you CANNOT assume that you've reached the end of the paper! ;-) -- Norman H. Cohen ncohen@watson.ibm.com