/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_intel.h

Go to the documentation of this file.
00001 // STLport configuration file
00002 // It is internal STLport header - DO NOT include it directly
00003 
00004 #define _STLP_COMPILER "Intel ICL"
00005 
00006 #define _STLP_IMPORT_TEMPLATE_KEYWORD extern
00007 
00008 /* You need to undef following macro if your icl install is binded to MSVC 6
00009  * native lib and you are building with /Qvc7 or /Qvc7.1 or /Qvc8 option.
00010  */
00011 /* #define _STLP_MSVC_LIB 1200 */
00012 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
00013  * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7.1
00014  * or /Qvc8 option.
00015  */
00016 /* #define _STLP_MSVC_LIB 1300 */
00017 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
00018  * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7
00019  * or /Qvc8 option.
00020  */
00021 /* #define _STLP_MSVC_LIB 1310 */
00022 /* You need to undef following macro if your icl install is binded to MSVC .Net 2002
00023  * native lib and you are building without any /Qvc* option or with /Qvc6 or /Qvc7
00024  * or /Qvc7.1 option.
00025  */
00026 /* #define _STLP_MSVC_LIB 1400 */
00027 
00028 #include <stl/config/_msvc.h>
00029 
00030 #if defined (_STLP_DONT_RETURN_VOID)
00031 #  undef _STLP_DONT_RETURN_VOID
00032 #endif
00033 
00034 #if (__ICL >= 900)
00035 /* #  undef _STLP_NO_UNEXPECTED_EXCEPT_SUPPORT */
00036 #  if !defined (_STLP_DONT_USE_EXCEPTIONS)
00037 #    define _STLP_NOTHROW throw()
00038 #  endif
00039 #endif
00040 
00041 #if (__ICL <= 810)
00042 /* If method specialization is activated, compiler do not export some
00043  * symbols anymore.
00044  */
00045 #  define _STLP_NO_METHOD_SPECIALIZATION 1
00046 #endif
00047 
00048 #if (__ICL >= 800)
00049 #  define _STLP_STATIC_CONST_INIT_BUG 1
00050 #endif
00051 
00052 #if (__ICL >= 450)
00053 #  define _STLP_DLLEXPORT_NEEDS_PREDECLARATION 1
00054 #endif
00055 
00056 #if (__ICL < 450)
00057 /*    only static STLport lib works for ICL */
00058 #  undef  _STLP_USE_STATIC_LIB
00059 #  undef  _STLP_USE_DYNAMIC_LIB
00060 #  define _STLP_USE_STATIC_LIB
00061 /*    disable hook which makes template symbols to be searched for in the library */
00062 #  undef _STLP_NO_CUSTOM_IO
00063 #endif
00064 
00065 #undef  _STLP_LONG_LONG
00066 #define _STLP_LONG_LONG long long
00067 
00068 #if defined (__cplusplus) && (__ICL >= 900) && (_STLP_MSVC_LIB < 1300)
00069 namespace std
00070 {
00071   void _STLP_CALL unexpected();
00072 }
00073 #endif



Generated on Mon Mar 10 15:32:46 2008 by  doxygen 1.5.1