forked from boostorg/config
changed ordering to get VC++ pragma's (truncation) before <utility>
gets included (in select_stdlib_config.hpp) [SVN r11615]
This commit is contained in:
@@ -30,24 +30,24 @@
|
|||||||
#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG) && !defined(BOOST_NO_CONFIG)
|
#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG) && !defined(BOOST_NO_CONFIG)
|
||||||
# include <boost/config/select_compiler_config.hpp>
|
# include <boost/config/select_compiler_config.hpp>
|
||||||
#endif
|
#endif
|
||||||
// if we don't have a std library config set, try and find one:
|
|
||||||
#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG)
|
|
||||||
# include <boost/config/select_stdlib_config.hpp>
|
|
||||||
#endif
|
|
||||||
// if we don't have a platform config set, try and find one:
|
|
||||||
#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) && !defined(BOOST_NO_CONFIG)
|
|
||||||
# include <boost/config/select_platform_config.hpp>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// if we have a compiler config, include it now:
|
// if we have a compiler config, include it now:
|
||||||
#ifdef BOOST_COMPILER_CONFIG
|
#ifdef BOOST_COMPILER_CONFIG
|
||||||
# include BOOST_COMPILER_CONFIG
|
# include BOOST_COMPILER_CONFIG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// if we don't have a std library config set, try and find one:
|
||||||
|
#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG)
|
||||||
|
# include <boost/config/select_stdlib_config.hpp>
|
||||||
|
#endif
|
||||||
// if we have a std library config, include it now:
|
// if we have a std library config, include it now:
|
||||||
#ifdef BOOST_STDLIB_CONFIG
|
#ifdef BOOST_STDLIB_CONFIG
|
||||||
# include BOOST_STDLIB_CONFIG
|
# include BOOST_STDLIB_CONFIG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// if we don't have a platform config set, try and find one:
|
||||||
|
#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) && !defined(BOOST_NO_CONFIG)
|
||||||
|
# include <boost/config/select_platform_config.hpp>
|
||||||
|
#endif
|
||||||
// if we have a platform config, include it now:
|
// if we have a platform config, include it now:
|
||||||
#ifdef BOOST_PLATFORM_CONFIG
|
#ifdef BOOST_PLATFORM_CONFIG
|
||||||
# include BOOST_PLATFORM_CONFIG
|
# include BOOST_PLATFORM_CONFIG
|
||||||
|
Reference in New Issue
Block a user