X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: STL-vector suddenly doesn't work Date: Sun, 24 Feb 2002 16:24:10 +0100 Organization: Planet Internet Lines: 12 Message-ID: NNTP-Posting-Host: ipc3797b76.dial.wxs.nl X-Trace: reader05.wxs.nl 1014563608 27277 195.121.123.118 (24 Feb 2002 15:13:28 GMT) X-Complaints-To: abuse AT planet DOT nl NNTP-Posting-Date: 24 Feb 2002 15:13:28 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In a project (under RHIDE) I want to re-build the code after a while not looking into it. I suddenly get the error message: "vector used as a type but not defined as type". The code where I get this message looks like this: #include vector ivec; // - - - causes error The program used to compile fine in the past. I recently upgraded RHIDE to 1.4.9 - there are no other changes. I use GCC 3.0.3. What am I doing wrong?