From: Josh Sebastian Newsgroups: comp.lang.c++,comp.os.msdos.djgpp Subject: Re: STL broken? Message-ID: <42fo2tstp0nsjkpi1cfg53r88ob7kplkjk@4ax.com> References: <3A2C3ACD DOT 18F8C1D5 AT usq DOT edu DOT au> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 Date: Tue, 05 Dec 2000 00:57:32 GMT NNTP-Posting-Host: 168.191.215.47 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 975977852 168.191.215.47 (Mon, 04 Dec 2000 16:57:32 PST) NNTP-Posting-Date: Mon, 04 Dec 2000 16:57:32 PST Organization: EarthLink Inc. -- http://www.EarthLink.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 05 Dec 2000 00:46:05 +0000, Ron House wrote: >I believe the latest version of the STL is fatally broken, to the extent >that trivial programs will not compile. As this version is distributed >in DJGPP and, I believe, Linux, I am wondering why no one else has >noticed this. The version of the STL I refer to is on > >http://www.sgi.com/Technology/STL/download.html > >as version 3.3. > >An example of a line it won't compile is: > >vector > m; > >as found on page 836 of Stroustrup. > >On the other hand, version 3.2 on that same site works correctly with >the most complex templates I have in my programs. > >Have I missed something here? Perhaps you meant: std::vector > m; _______ "Yields falsehood when preceded by its quotation" yields falsehood when preceded by its quotation. Josh Sebastian