From c600aad7a73a0b09399a8cfbc2c3b8057b35f55c Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 21 Nov 2001 21:31:40 +0000 Subject: [PATCH] Bernie Bright: support for Intel C++ under Linux. --- simgear/compiler.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. // -- 2.39.5