From: curt Date: Wed, 21 Nov 2001 21:31:40 +0000 (+0000) Subject: Bernie Bright: support for Intel C++ under Linux. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c600aad7a73a0b09399a8cfbc2c3b8057b35f55c;p=simgear.git Bernie Bright: support for Intel C++ under Linux. --- diff --git a/simgear/compiler.h b/simgear/compiler.h index 4599f6c0..1fa75a3f 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -312,6 +312,27 @@ # endif // __cplusplus #endif // sun +// +// Intel C++ Compiler +// +#if defined(__ICC) +# define SG_NAMESPACES +# define SG_HAVE_STD +# define SG_HAVE_STREAMBUF +# define SG_HAVE_TRAITS +# define SG_HAVE_STD_INCLUDES + +# define STL_ALGORITHM +# define STL_FUNCTIONAL +# define STL_IOMANIP +# define STL_IOSTREAM +# define STL_ITERATOR +# define STL_FSTREAM +# define STL_STDEXCEPT +# define STL_STRING +# define STL_STRSTREAM +#endif // __ICC + // // No user modifiable definitions beyond here. //