home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!cv3!dschieb
- From: dschieb@muse.cv.nrao.edu (Darrell Schiebel)
- Subject: Re: template disappointments ... (suggestions?)
- In-Reply-To: dschieb@muse.cv.nrao.edu's message of Tue, 29 Dec 1992 18: 35:56 GMT
- Message-ID: <DSCHIEB.92Dec29144247@muse.cv.nrao.edu>
- Sender: news@nrao.edu
- Organization: National Radio Astronomy Observatory
- References: <DSCHIEB.92Dec29133556@muse.cv.nrao.edu>
- Distribution: comp
- Date: Tue, 29 Dec 1992 19:42:47 GMT
- Lines: 16
-
- From troym@zeppelin.convex.com Tue Dec 29 14:26:34 1992
- Date: Tue, 29 Dec 92 13:26:39 -0600
- From: troym@zeppelin.convex.com (Troy D. Miller)
- In article <DSCHIEB.92Dec29133556@muse.cv.nrao.edu> you write:
- >>
- >> list<vector<int>> list_vec_int;
- > ~~
- > A space is required. Right Shift operator >> is taken.
- >
- > list<vector<int> > list_vec_int;
-
-
- That was the problem ... indeed a space is required. This seems like
- a curious constraint! Ah well, thanks for the help!!!
-
- Darrell Schiebel
-