/home/ntakagi/work/STLport-5.1.5/stlport/stl/config/_symantec.hGo to the documentation of this file.00001 /* STLport configuration file 00002 * It is internal STLport header - DO NOT include it directly 00003 */ 00004 00005 #define _STLP_COMPILER "Symantec" 00006 00007 /* if not using maximum ANSI compatibility ( -A -Ab -Aw), 00008 * uncomment the following two lines: 00009 */ 00010 /*# define _STLP_NO_BOOL 1 */ 00011 /*# define _STLP_NO_WCHAR_T 1 */ 00012 00013 /* TODO: Check that this config is necessary for all compiler versions. 00014 * It is here for historical reasons for the moment. 00015 */ 00016 #define _STLP_NO_CONTAINERS_EXTENSION 00017 00018 # define _STLP_HAS_NO_NAMESPACES 1 00019 00020 # define _STLP_NEED_TYPENAME 1 00021 # define _STLP_NEED_EXPLICIT 1 00022 # define _STLP_NO_NEW_STYLE_CASTS 1 00023 # define _STLP_NEED_MUTABLE 1 00024 # define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1 00025 /* # define _STLP_NO_BAD_ALLOC 1 */ 00026 00027 # define _STLP_NO_MEMBER_TEMPLATES 1 00028 # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1 00029 # define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1 00030 # define _STLP_NO_FRIEND_TEMPLATES 1 00031 # define _STLP_NO_QUALIFIED_FRIENDS 1 00032 # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1 00033 # define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1 00034 00035 /* # define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1 */ 00036 # define _STLP_NO_METHOD_SPECIALIZATION 1 00037 # define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1 00038 /* # define _STLP_NO_EXCEPTION_HEADER 1 */ 00039 00040 # define _STLP_HAS_NO_NEW_C_HEADERS 1 00041 00042 # define _STLP_STATIC_CONST_INIT_BUG 1 00043 # define _STLP_THROW_RETURN_BUG 1 00044 /* # define _STLP_LINK_TIME_INSTANTIATION 1 */ 00045 # define _STLP_NO_TEMPLATE_CONVERSIONS 1 00046 00047 # define _STLP_NON_TYPE_TMPL_PARAM_BUG 1 00048
Generated on Mon Mar 10 15:32:46 2008 by ![]() |