First public contribution.
1 // (C) Copyright John Maddock 2002 - 2003.
2 // (C) Copyright Jens Maurer 2002 - 2003.
3 // (C) Copyright Beman Dawes 2002 - 2003.
4 // Use, modification and distribution are subject to the
5 // Boost Software License, Version 1.0. (See accompanying file
6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org for most recent version.
12 #if !defined(__LIBCOMO__)
13 # include <boost/config/no_tr1/utility.hpp>
14 # if !defined(__LIBCOMO__)
15 # error "This is not the Comeau STL!"
20 // std::streambuf<wchar_t> is non-standard
21 // NOTE: versions of libcomo prior to beta28 have octal version numbering,
22 // e.g. version 25 is 21 (dec)
23 #if __LIBCOMO_VERSION__ <= 22
24 # define BOOST_NO_STD_WSTREAMBUF
27 #if (__LIBCOMO_VERSION__ <= 31) && defined(_WIN32)
28 #define BOOST_NO_SWPRINTF
31 #if __LIBCOMO_VERSION__ >= 31
32 # define BOOST_HAS_HASH
33 # define BOOST_HAS_SLIST
37 // Intrinsic type_traits support.
38 // The SGI STL has it's own __type_traits class, which
39 // has intrinsic compiler support with SGI's compilers.
40 // Whatever map SGI style type traits to boost equivalents:
42 #define BOOST_HAS_SGI_TYPE_TRAITS
44 #define BOOST_STDLIB "Comeau standard library " BOOST_STRINGIZE(__LIBCOMO_VERSION__)