2 * © Portions copyright (c) 2006-2007 Nokia Corporation. All rights reserved.
4 // =============================================================================
6 // This is a list of settings for STLport specific to the ARM RVCT compiler.
7 // Do not include this file directly.
8 // =============================================================================
10 # ifndef _STLP_GCCXML_H
11 # define _STLP_GCCXML_H
15 // Uncomment if member template classes are not available
17 # define _STLP_NO_MEMBER_TEMPLATE_CLASSES 1
20 // Uncomment if partial specialization is not available
22 # define _STLP_NO_CLASS_PARTIAL_SPECIALIZATION 1
26 //#warning ********** COMPILER SETTINGS **********
27 // -----------------------------------------------------------------------------
29 // This is a bit confusing.
30 // * _STLP_NO_WCHAR_T inhibits the standard C wchar functions (Symbian doesn't
32 // * _STLP_HAS_WCHAR_T triggers the typedef of wstring. It's based on wint_t,
33 // which isn't typedef's elsewhere, so we take care of it here.
34 // -----------------------------------------------------------------------------
36 #define _STLP_HAS_WCHAR_T 1
40 #warning ********** _WCHAR_T is defined **********
44 #define _STLP_LIBSTD_CPP_NO_STATIC_VAR_
45 #define _STLP_INIT_AMBIGUITY
47 #endif // _STLP_RVCT_H