Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #if !defined(__LIBCOMO__)
00013 # include <boost/config/no_tr1/utility.hpp>
00014 # if !defined(__LIBCOMO__)
00015 # error "This is not the Comeau STL!"
00016 # endif
00017 #endif
00018
00019
00020
00021
00022
00023 #if __LIBCOMO_VERSION__ <= 22
00024 # define BOOST_NO_STD_WSTREAMBUF
00025 #endif
00026
00027 #if (__LIBCOMO_VERSION__ <= 31) && defined(_WIN32)
00028 #define BOOST_NO_SWPRINTF
00029 #endif
00030
00031 #if __LIBCOMO_VERSION__ >= 31
00032 # define BOOST_HAS_HASH
00033 # define BOOST_HAS_SLIST
00034 #endif
00035
00036
00037
00038 #define BOOST_NO_STD_UNORDERED
00039
00040
00041
00042
00043
00044
00045
00046 #define BOOST_HAS_SGI_TYPE_TRAITS
00047
00048 #define BOOST_STDLIB "Comeau standard library " BOOST_STRINGIZE(__LIBCOMO_VERSION__)
00049
00050