From 198554a412731f9abfd1c948e09ca2c5bbe3aaf8 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 19 Sep 2001 20:22:09 +0000 Subject: [PATCH] add Modena C++ standard library (comes with KAI C++) [SVN r11155] --- include/boost/config/select_stdlib_config.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/boost/config/select_stdlib_config.hpp b/include/boost/config/select_stdlib_config.hpp index be6f1f73..6e7c78b9 100644 --- a/include/boost/config/select_stdlib_config.hpp +++ b/include/boost/config/select_stdlib_config.hpp @@ -43,10 +43,14 @@ // MSL standard lib: # define BOOST_STDLIB_CONFIG "boost/config/stdlib/msl.hpp" -# elif defined(__IBMCPP__) +#elif defined(__IBMCPP__) // take the default VACPP std lib # 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) // this must come last - generate an error if we don't // recognise the library: