os/ossrv/ossrv_pub/boost_apis/boost/config/stdlib/modena.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 Jens Maurer 2001. 
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
//  Modena C++ standard library (comes with KAI C++)
sl@0
     9
sl@0
    10
#if !defined(MSIPL_COMPILE_H)
sl@0
    11
#  include <boost/config/no_tr1/utility.hpp>
sl@0
    12
#  if !defined(__MSIPL_COMPILE_H)
sl@0
    13
#      error "This is not the Modena C++ library!"
sl@0
    14
#  endif
sl@0
    15
#endif
sl@0
    16
sl@0
    17
#ifndef MSIPL_NL_TYPES
sl@0
    18
#define BOOST_NO_STD_MESSAGES
sl@0
    19
#endif
sl@0
    20
sl@0
    21
#ifndef MSIPL_WCHART
sl@0
    22
#define BOOST_NO_STD_WSTRING
sl@0
    23
#endif
sl@0
    24
sl@0
    25
#define BOOST_STDLIB "Modena C++ standard library"
sl@0
    26
sl@0
    27
sl@0
    28
sl@0
    29
sl@0
    30