Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #include <boost/config/no_tr1/utility.hpp>
00021
00022 #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
00023
00024
00025
00026 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/stlport.hpp"
00027
00028 #elif defined(__LIBCOMO__)
00029
00030 #define BOOST_STDLIB_CONFIG "boost/config/stdlib/libcomo.hpp"
00031
00032 #elif defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER)
00033
00034 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/roguewave.hpp"
00035
00036 #elif defined(__GLIBCPP__) || defined(__GLIBCXX__)
00037
00038 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp"
00039
00040 #elif defined(__STL_CONFIG_H)
00041
00042 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/sgi.hpp"
00043
00044 #elif defined(__MSL_CPP__)
00045
00046 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/msl.hpp"
00047
00048 #elif defined(__IBMCPP__)
00049
00050 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/vacpp.hpp"
00051
00052 #elif defined(MSIPL_COMPILE_H)
00053
00054 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/modena.hpp"
00055
00056 #elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER)
00057
00058 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/dinkumware.hpp"
00059
00060 #elif defined (BOOST_ASSERT_CONFIG)
00061
00062
00063 # error "Unknown standard library - please configure and report the results to boost.org"
00064
00065 #endif
00066
00067
00068