forked from boostorg/config
Moved Dinkumware lib detection further down the list,
so that it doesn't get confused with any possible replacements. [SVN r15965]
This commit is contained in:
@ -31,10 +31,6 @@
|
|||||||
// Rogue Wave library:
|
// Rogue Wave library:
|
||||||
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/roguewave.hpp"
|
# 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__)
|
#elif defined(__GLIBCPP__)
|
||||||
// GNU libstdc++ 3
|
// GNU libstdc++ 3
|
||||||
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp"
|
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp"
|
||||||
@ -55,6 +51,10 @@
|
|||||||
// Modena C++ standard library
|
// Modena C++ standard library
|
||||||
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/modena.hpp"
|
# 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)
|
#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:
|
||||||
|
Reference in New Issue
Block a user