home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18509 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!cv3!dschieb
  3. From: dschieb@muse.cv.nrao.edu (Darrell Schiebel)
  4. Subject: Re: template disappointments ... (suggestions?)
  5. In-Reply-To: dschieb@muse.cv.nrao.edu's message of Tue, 29 Dec 1992 18: 35:56 GMT
  6. Message-ID: <DSCHIEB.92Dec29144247@muse.cv.nrao.edu>
  7. Sender: news@nrao.edu
  8. Organization: National Radio Astronomy Observatory
  9. References: <DSCHIEB.92Dec29133556@muse.cv.nrao.edu>
  10. Distribution: comp
  11. Date: Tue, 29 Dec 1992 19:42:47 GMT
  12. Lines: 16
  13.  
  14. From troym@zeppelin.convex.com Tue Dec 29 14:26:34 1992
  15. Date: Tue, 29 Dec 92 13:26:39 -0600
  16. From: troym@zeppelin.convex.com (Troy D. Miller)
  17. In article <DSCHIEB.92Dec29133556@muse.cv.nrao.edu> you write:
  18. >>
  19. >>        list<vector<int>> list_vec_int;
  20. >                       ~~
  21. >        A space is required.  Right Shift operator >> is taken.
  22. >
  23. >        list<vector<int> > list_vec_int;
  24.  
  25.  
  26.     That was the problem ... indeed a space is required. This seems like
  27.     a curious constraint! Ah well, thanks for the help!!!
  28.  
  29.                             Darrell Schiebel
  30.