add Modena C++ standard library (comes with KAI C++)

[SVN r11155]
This commit is contained in:
Jens Maurer
2001-09-19 20:22:09 +00:00
parent 45218dadbd
commit 198554a412

View File

@ -43,10 +43,14 @@
// MSL standard lib: // MSL standard lib:
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/msl.hpp" # define BOOST_STDLIB_CONFIG "boost/config/stdlib/msl.hpp"
# elif defined(__IBMCPP__) #elif defined(__IBMCPP__)
// take the default VACPP std lib // take the default VACPP std lib
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/vacpp.hpp" # define BOOST_STDLIB_CONFIG "boost/config/stdlib/vacpp.hpp"
#elif defined(MSIPL_COMPILE_H)
// Modena C++ standard library
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/modena.hpp"
#elif defined (BOOST_ASSERT_CONFIG) #elif defined (BOOST_ASSERT_CONFIG)
// this must come last - generate an error if we don't // this must come last - generate an error if we don't
// recognise the library: // recognise the library: