sl@0: // (C) Copyright John Maddock 2002 - 2003. sl@0: // (C) Copyright Jens Maurer 2002 - 2003. sl@0: // (C) Copyright Beman Dawes 2002 - 2003. sl@0: // Use, modification and distribution are subject to the sl@0: // Boost Software License, Version 1.0. (See accompanying file sl@0: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: // See http://www.boost.org for most recent version. sl@0: sl@0: // Comeau STL: sl@0: sl@0: #if !defined(__LIBCOMO__) sl@0: # include sl@0: # if !defined(__LIBCOMO__) sl@0: # error "This is not the Comeau STL!" sl@0: # endif sl@0: #endif sl@0: sl@0: // sl@0: // std::streambuf is non-standard sl@0: // NOTE: versions of libcomo prior to beta28 have octal version numbering, sl@0: // e.g. version 25 is 21 (dec) sl@0: #if __LIBCOMO_VERSION__ <= 22 sl@0: # define BOOST_NO_STD_WSTREAMBUF sl@0: #endif sl@0: sl@0: #if (__LIBCOMO_VERSION__ <= 31) && defined(_WIN32) sl@0: #define BOOST_NO_SWPRINTF sl@0: #endif sl@0: sl@0: #if __LIBCOMO_VERSION__ >= 31 sl@0: # define BOOST_HAS_HASH sl@0: # define BOOST_HAS_SLIST sl@0: #endif sl@0: sl@0: // sl@0: // Intrinsic type_traits support. sl@0: // The SGI STL has it's own __type_traits class, which sl@0: // has intrinsic compiler support with SGI's compilers. sl@0: // Whatever map SGI style type traits to boost equivalents: sl@0: // sl@0: #define BOOST_HAS_SGI_TYPE_TRAITS sl@0: sl@0: #define BOOST_STDLIB "Comeau standard library " BOOST_STRINGIZE(__LIBCOMO_VERSION__) sl@0: sl@0: