2003-10-04 11:29:20 +00:00
|
|
|
// (C) Copyright John Maddock 2001 - 2002.
|
|
|
|
// Use, modification and distribution are subject to the
|
|
|
|
// Boost Software License, Version 1.0. (See accompanying file
|
|
|
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2001-09-18 11:13:39 +00:00
|
|
|
|
|
|
|
// See http://www.boost.org for most recent version.
|
|
|
|
|
2002-10-21 11:03:05 +00:00
|
|
|
#if __IBMCPP__ <= 501
|
|
|
|
# define BOOST_NO_STD_ALLOCATOR
|
|
|
|
#endif
|
|
|
|
|
2001-09-18 11:13:39 +00:00
|
|
|
#define BOOST_HAS_MACRO_USE_FACET
|
|
|
|
|
|
|
|
#define BOOST_STDLIB "Visual Age default standard library"
|
|
|
|
|
|
|
|
|
2003-10-04 11:29:20 +00:00
|
|
|
|