X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fcompiler.h;h=1fa75a3fb9e3d124e1274d0f2ced42459cf0ef36;hb=15399bfe95b1b6e3f60371c514da5a42200de223;hp=4599f6c0b791ba2f56a204073eab145dc32c1052;hpb=69b2717b620138491a25c10a56397143e9f8585d;p=simgear.git 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. //