Bernie Bright said:

> Jim Wilson wrote:
> >>
> >>globals->get_tile_mgr()->all_queues_empty() and cur_fdm_state->get_inited())
> >>{
> >>                                            ^^^
> >>^^^
> >>Same here.
> > 
> > 
> > That's a head scratcher.  Never would have thought that would compile like
> > that.  Learn something new everyday.  
> 
> C++ provides keyword equivalents to some operators:
> 
> and     &&
> and_eq  &=
> bitand  &
> bitor   |
> compl   ~
> not     !
> or      ||
> or_eq   |=
> xor     ^
> xor_eq  ^=
> not_eq  !=
> 
> However it seems that we should use the traditional operators to prevent 
> msvc from choking.
> 

Sure enough, it's right there in Stroustrup.  The strange part is never having
noticed this before now.  What is it with these developers at microsoft
anyway? ;-)

Best,

Jim


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to