X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC 3.0.2 reports syntax error Date: Mon, 10 Dec 2001 21:20:33 +0100 Organization: Planet Internet Lines: 22 Message-ID: <9v3625$d8u$1@reader06.wxs.nl> References: <9uvgl3$qie$1 AT reader05 DOT wxs DOT nl> NNTP-Posting-Host: ipc3797b10.dial.wxs.nl X-Trace: reader06.wxs.nl 1008016261 13598 195.121.123.16 (10 Dec 2001 20:31:01 GMT) X-Complaints-To: abuse AT planet DOT nl NNTP-Posting-Date: 10 Dec 2001 20:31:01 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 Yep - this seems to solve the problem. "Jesper Lund" wrote in message news:RGKQ7.1406$Q3 DOT 151510 AT news010 DOT worldonline DOT dk... > 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. > > >