forked from boostorg/config
Configuration update for 9.3
[SVN r24984]
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
// (C) Copyright Peter Dimov 2001.
|
// (C) Copyright Peter Dimov 2001.
|
||||||
// (C) Copyright David Abrahams 2001 - 2002.
|
// (C) Copyright David Abrahams 2001 - 2002.
|
||||||
// (C) Copyright Beman Dawes 2001 - 2003.
|
// (C) Copyright Beman Dawes 2001 - 2003.
|
||||||
|
// (C) Copyright Stefan Slapeta 2004.
|
||||||
// Use, modification and distribution are subject to the
|
// Use, modification and distribution are subject to the
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// Boost Software License, Version 1.0. (See accompanying file
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
# define BOOST_NO_SFINAE
|
# define BOOST_NO_SFINAE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(__MWERKS__ <= 0x3202) // 9.2
|
# if(__MWERKS__ <= 0x3204) // 9.3
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
@@ -63,6 +64,8 @@
|
|||||||
# define BOOST_COMPILER_VERSION 9.1
|
# define BOOST_COMPILER_VERSION 9.1
|
||||||
# elif __MWERKS__ == 0x3202
|
# elif __MWERKS__ == 0x3202
|
||||||
# define BOOST_COMPILER_VERSION 9.2
|
# define BOOST_COMPILER_VERSION 9.2
|
||||||
|
# elif __MWERKS__ == 0x3204
|
||||||
|
# define BOOST_COMPILER_VERSION 9.3
|
||||||
# else
|
# else
|
||||||
# define BOOST_COMPILER_VERSION __MWERKS__
|
# define BOOST_COMPILER_VERSION __MWERKS__
|
||||||
# endif
|
# endif
|
||||||
@@ -80,7 +83,7 @@
|
|||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
// last known and checked version:
|
// last known and checked version:
|
||||||
#if (__MWERKS__ > 0x3202)
|
#if (__MWERKS__ > 0x3204)
|
||||||
# if defined(BOOST_ASSERT_CONFIG)
|
# if defined(BOOST_ASSERT_CONFIG)
|
||||||
# error "Unknown compiler version - please run the configure tests and report the results"
|
# error "Unknown compiler version - please run the configure tests and report the results"
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user