From: ehofman Date: Sat, 18 Dec 2004 10:53:54 +0000 (+0000) Subject: gcc 4.0 fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b24e94c66fd04c3f4b130c29aedf65145628fb3;p=simgear.git gcc 4.0 fix. --- diff --git a/simgear/compiler.h b/simgear/compiler.h index ec05e881..05a4a36b 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -121,7 +121,7 @@ # define STL_STRSTREAM # endif -# elif __GNUC__ == 3 +# elif __GNUC__ >= 3 // g++-3.0.x # define SG_EXPLICIT_FUNCTION_TMPL_ARGS # define SG_NEED_AUTO_PTR