Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #if !defined(__STL_CONFIG_H)
00013 # include <boost/config/no_tr1/utility.hpp>
00014 # if !defined(__STL_CONFIG_H)
00015 # error "This is not the SGI STL!"
00016 # endif
00017 #endif
00018
00019
00020
00021
00022 #if !defined(__STL_CLASS_PARTIAL_SPECIALIZATION)
00023 # define BOOST_NO_STD_ITERATOR_TRAITS
00024 #endif
00025
00026
00027
00028
00029 #if defined(__GNUC__) && (__GNUC__ < 3) && \
00030 ((__GNUC_MINOR__ < 95) || (__GNUC_MINOR__ == 96)) && \
00031 !defined(__STL_USE_NEW_IOSTREAMS) || \
00032 defined(__APPLE_CC__)
00033
00034
00035
00036
00037
00038
00039
00040 # define BOOST_NO_STRINGSTREAM
00041 #endif
00042
00043
00044
00045
00046
00047 #if !defined(__SGI_STL_OWN_IOSTREAMS) && !defined(__STL_USE_NEW_IOSTREAMS)
00048 # define BOOST_NO_STD_LOCALE
00049 #endif
00050
00051
00052
00053
00054 #if defined(__sgi) && (_COMPILER_VERSION <= 650) && !defined(__SGI_STL_OWN_IOSTREAMS)
00055 # define BOOST_NO_STD_LOCALE
00056 #endif
00057
00058
00059
00060
00061 #if defined(__sgi) && (_COMPILER_VERSION <= 740) && defined(__STL_USE_NEW_IOSTREAMS)
00062 # define BOOST_NO_STD_MESSAGES
00063 #endif
00064
00065
00066
00067
00068
00069 #if !defined(__STL_MEMBER_TEMPLATES)
00070 # define BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS
00071 # define BOOST_NO_STD_ALLOCATOR
00072 #endif
00073
00074
00075
00076
00077 #define BOOST_HAS_HASH
00078 #define BOOST_HAS_SLIST
00079 #define BOOST_NO_STD_UNORDERED
00080
00081
00082
00083
00084 #if (defined(__GNUC__) && (__GNUC__ < 3))
00085 # include <string>
00086 # if defined(__BASTRING__)
00087 # define BOOST_NO_LIMITS
00088
00089 # undef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
00090 # define BOOST_NO_STD_WSTRING
00091 # endif
00092 #endif
00093
00094
00095
00096
00097 #if !defined(__STL_USE_NAMESPACES)
00098 # define BOOST_NO_STD_ITERATOR
00099 #endif
00100
00101
00102
00103
00104
00105
00106
00107 #define BOOST_HAS_SGI_TYPE_TRAITS
00108
00109 #define BOOST_STDLIB "SGI standard library"
00110
00111
00112