imgtools/imglib/boostlibrary/boost/config/stdlib/modena.hpp
changeset 0 044383f39525
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 //  (C) Copyright Jens Maurer 2001. 
       
     2 //  Use, modification and distribution are subject to the 
       
     3 //  Boost Software License, Version 1.0. (See accompanying file 
       
     4 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       
     5 
       
     6 //  See http://www.boost.org for most recent version.
       
     7 
       
     8 //  Modena C++ standard library (comes with KAI C++)
       
     9 
       
    10 #if !defined(MSIPL_COMPILE_H)
       
    11 #  include <boost/config/no_tr1/utility.hpp>
       
    12 #  if !defined(__MSIPL_COMPILE_H)
       
    13 #      error "This is not the Modena C++ library!"
       
    14 #  endif
       
    15 #endif
       
    16 
       
    17 #ifndef MSIPL_NL_TYPES
       
    18 #define BOOST_NO_STD_MESSAGES
       
    19 #endif
       
    20 
       
    21 #ifndef MSIPL_WCHART
       
    22 #define BOOST_NO_STD_WSTRING
       
    23 #endif
       
    24 //
       
    25 // We never have the new C++0x unordered containers:
       
    26 //
       
    27 #define BOOST_NO_STD_UNORDERED
       
    28 
       
    29 #define BOOST_STDLIB "Modena C++ standard library"
       
    30 
       
    31 
       
    32 
       
    33 
       
    34