X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Jesper Lund" Newsgroups: comp.os.msdos.djgpp References: <9uvgl3$qie$1 AT reader05 DOT wxs DOT nl> Subject: Re: GCC 3.0.2 reports syntax error Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Sun, 9 Dec 2001 15:36:40 +0100 NNTP-Posting-Host: 212.54.79.7 X-Complaints-To: news-abuse AT wol DOT dk X-Trace: news010.worldonline.dk 1007908657 212.54.79.7 (Sun, 09 Dec 2001 15:37:37 MET) NNTP-Posting-Date: Sun, 09 Dec 2001 15:37:37 MET Organization: Customer of Tiscali A/S (World Online) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com jansb000 wrote in message news:9uvgl3$qie$1 AT reader05 DOT wxs DOT nl... > > typedef bitset PROPS; > Try std::bitset instead of bitset (previous versions of gcc put everything from the std namespace in the global namespace, like having a 'use namespace std;' as the first line in each translation unit). I don't have gcc 3.0.2 myself, so I cannot test this.