os/ossrv/ossrv_pub/boost_apis/boost/config/stdlib/vacpp.hpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//  (C) Copyright John Maddock 2001 - 2002. 
sl@0
     2
//  Use, modification and distribution are subject to the 
sl@0
     3
//  Boost Software License, Version 1.0. (See accompanying file 
sl@0
     4
//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
sl@0
     5
sl@0
     6
//  See http://www.boost.org for most recent version.
sl@0
     7
sl@0
     8
#if __IBMCPP__ <= 501
sl@0
     9
#  define BOOST_NO_STD_ALLOCATOR
sl@0
    10
#endif
sl@0
    11
sl@0
    12
#define BOOST_HAS_MACRO_USE_FACET
sl@0
    13
#define BOOST_NO_STD_MESSAGES
sl@0
    14
sl@0
    15
#define BOOST_STDLIB "Visual Age default standard library"
sl@0
    16
sl@0
    17
sl@0
    18