00001 // (C) Copyright Jens Maurer 2001. 00002 // Use, modification and distribution are subject to the 00003 // Boost Software License, Version 1.0. (See accompanying file 00004 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 // See http://www.boost.org for most recent version. 00007 00008 // Modena C++ standard library (comes with KAI C++) 00009 00010 #if !defined(MSIPL_COMPILE_H) 00011 # include <utility> 00012 # if !defined(__MSIPL_COMPILE_H) 00013 # error "This is not the Modena C++ library!" 00014 # endif 00015 #endif 00016 00017 #ifndef MSIPL_NL_TYPES 00018 #define BOOST_NO_STD_MESSAGES 00019 #endif 00020 00021 #ifndef MSIPL_WCHART 00022 #define BOOST_NO_STD_WSTRING 00023 #endif 00024 00025 #define BOOST_STDLIB "Modena C++ standard library" 00026 00027 00028 00029 00030
1.5.5