> Perfectly legal.
> That is a static member of SGLimits<T> that is basically the same than
> std::numeric_limits. That in turn has a min static member.
>
> On windows, you have that nasty windows.h header defining a min
> and max macro that will interfere with the ISO C++ standard.
>
> Dig into the windows headers, there is a way to avoid windows.h
> defining that macro.
>
> Greetings
>
>           Mathias

This is under Cygwin, so it's a little surprising. I've been compiling this
way for years and this is the first I've seen of it. Is this a relatively
new change in the code?

Jon



_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to