From f72495d8b59e11d5dc0585220e321d14b517386f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 23 Oct 2002 11:02:04 +0000 Subject: [PATCH] Moved Dinkumware lib detection further down the list, so that it doesn't get confused with any possible replacements. [SVN r15965] --- include/boost/config/select_stdlib_config.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/config/select_stdlib_config.hpp b/include/boost/config/select_stdlib_config.hpp index dd24b777..ce8633bc 100644 --- a/include/boost/config/select_stdlib_config.hpp +++ b/include/boost/config/select_stdlib_config.hpp @@ -31,10 +31,6 @@ // Rogue Wave library: # define BOOST_STDLIB_CONFIG "boost/config/stdlib/roguewave.hpp" -#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER) -// Dinkumware Library: -# define BOOST_STDLIB_CONFIG "boost/config/stdlib/dinkumware.hpp" - #elif defined(__GLIBCPP__) // GNU libstdc++ 3 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp" @@ -55,6 +51,10 @@ // Modena C++ standard library # define BOOST_STDLIB_CONFIG "boost/config/stdlib/modena.hpp" +#elif (defined(_YVALS) && !defined(__IBMCPP__)) || defined(_CPPLIB_VER) +// Dinkumware Library (this has to appear after any possible replacement libraries): +# define BOOST_STDLIB_CONFIG "boost/config/stdlib/dinkumware.hpp" + #elif defined (BOOST_ASSERT_CONFIG) // this must come last - generate an error if we don't // recognise the library: