From: "Bart Kowalski" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp References: <3A2C3ACD DOT 18F8C1D5 AT usq DOT edu DOT au> <3IgX5.2566$Ah3 DOT 46410 AT news6-win DOT server DOT ntlworld DOT com> Subject: Re: STL broken? Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: Date: Wed, 06 Dec 2000 02:23:42 GMT NNTP-Posting-Host: 64.229.169.228 X-Trace: news20.bellglobal.com 976069422 64.229.169.228 (Tue, 05 Dec 2000 21:23:42 EST) NNTP-Posting-Date: Tue, 05 Dec 2000 21:23:42 EST Organization: Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Well, you might find the compiler is at fault, and not the library. > The Microsoft Visual C++ compiler is hopeless with the STL, and I have lost > count on the things it cannot compile. If you didn't notice yet, the OP is not using VC++. He's using GCC. Bart.