This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: problem compiling under cygwin


On Thu, 31 Oct 2002 13:11:36 +0100, Stan Pinte <stan.pinte@wanadoo.be>
wrote:

>
>hello,
>
>I am trying to compile something under a pretty recent version of cygwin, 
>and it fails, because
>
>typedef complex<double> sim_complex;
>
>gives that error:
>
>../gossip/sim.h:37: syntax error before `;' token
>
>Here enclosed the full stacktrace.

g++ v3 ?

It doesn't ignore standard namespace like v2. "std::complex" for
instance.


-- 
swamp-dog@ntlworld.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]