epoc32/include/tools/stlport/stl/config/_symantec.h
branchSymbian2
changeset 2 2fe1408b6811
child 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/stl/config/_symantec.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,48 @@
     1.4 +/* STLport configuration file
     1.5 + * It is internal STLport header - DO NOT include it directly
     1.6 + */
     1.7 +
     1.8 +#define _STLP_COMPILER "Symantec"
     1.9 +
    1.10 +/* if not using maximum ANSI compatibility ( -A -Ab -Aw),
    1.11 + * uncomment the following two lines:
    1.12 + */
    1.13 +/*#  define _STLP_NO_BOOL 1 */
    1.14 +/*#  define _STLP_NO_WCHAR_T 1 */
    1.15 +
    1.16 +/* TODO: Check that this config is necessary for all compiler versions.
    1.17 + * It is here for historical reasons for the moment.
    1.18 + */
    1.19 +#define _STLP_NO_CONTAINERS_EXTENSION
    1.20 +
    1.21 +#  define _STLP_HAS_NO_NAMESPACES 1
    1.22 +
    1.23 +#  define _STLP_NEED_TYPENAME 1
    1.24 +#  define _STLP_NEED_EXPLICIT 1
    1.25 +#  define _STLP_NO_NEW_STYLE_CASTS 1
    1.26 +#  define _STLP_NEED_MUTABLE 1
    1.27 +#  define _STLP_NO_PARTIAL_SPECIALIZATION_SYNTAX 1
    1.28 +/* #  define _STLP_NO_BAD_ALLOC 1 */
    1.29 +
    1.30 +#  define _STLP_NO_MEMBER_TEMPLATES 1
    1.31 +#  define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
    1.32 +#  define _STLP_NO_MEMBER_TEMPLATE_KEYWORD 1
    1.33 +#  define _STLP_NO_FRIEND_TEMPLATES 1
    1.34 +#  define _STLP_NO_QUALIFIED_FRIENDS 1
    1.35 +#  define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
    1.36 +#  define _STLP_NO_FUNCTION_TMPL_PARTIAL_ORDER 1
    1.37 +
    1.38 +/* #  define _STLP_NO_DEFAULT_NON_TYPE_PARAM 1 */
    1.39 +#  define _STLP_NO_METHOD_SPECIALIZATION 1
    1.40 +#  define _STLP_NO_EXPLICIT_FUNCTION_TMPL_ARGS 1
    1.41 +/* #  define _STLP_NO_EXCEPTION_HEADER 1 */
    1.42 +
    1.43 +#  define _STLP_HAS_NO_NEW_C_HEADERS 1
    1.44 +
    1.45 +#  define _STLP_STATIC_CONST_INIT_BUG 1
    1.46 +#  define _STLP_THROW_RETURN_BUG 1
    1.47 +/* #  define _STLP_LINK_TIME_INSTANTIATION 1 */
    1.48 +#  define _STLP_NO_TEMPLATE_CONVERSIONS 1
    1.49 +
    1.50 +#  define _STLP_NON_TYPE_TMPL_PARAM_BUG 1
    1.51 +