]> git.lyx.org Git - lyx.git/blob - boost/boost/config/stdlib/modena.hpp
make boost compile without exceptions
[lyx.git] / boost / boost / config / stdlib / modena.hpp
1 //  (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and
2 //  distribute this software is granted provided this copyright notice appears
3 //  in all copies. This software is provided "as is" without express or implied
4 //  warranty, and with no claim as to its suitability for any purpose.
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 <utility>
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 #define BOOST_STDLIB "Modena C++ standard library"
26
27
28
29