BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING -> BOOST_NO_FUNCTION_TEMPLATE_ORDERING

[SVN r11257]
This commit is contained in:
Peter Dimov
2001-09-25 19:17:47 +00:00
parent 8705dbd370
commit 9ee77299d1
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,6 @@
#endif #endif
#if (BOOST_INTEL_CXX_VERSION <= 600) || !defined(BOOST_STRICT_CONFIG) #if (BOOST_INTEL_CXX_VERSION <= 600) || !defined(BOOST_STRICT_CONFIG)
//# define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING
# if defined(_MSC_VER) # if defined(_MSC_VER)
// Intel C++ 5.0.1 uses EDG 2.45, but fails to activate Koenig lookup // Intel C++ 5.0.1 uses EDG 2.45, but fails to activate Koenig lookup

View File

@ -8,14 +8,14 @@
// Metrowerks C++ compiler setup: // Metrowerks C++ compiler setup:
# if __MWERKS__ <= 0x2301 // 5.3 # if __MWERKS__ <= 0x2301 // 5.3
# define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING # define BOOST_NO_FUNCTION_TEMPLATE_ORDERING
# define BOOST_NO_POINTER_TO_MEMBER_CONST # define BOOST_NO_POINTER_TO_MEMBER_CONST
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD # define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
# endif # endif
# if __MWERKS__ <= 0x2401 // 6.2 # if __MWERKS__ <= 0x2401 // 6.2
//# define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING //# define BOOST_NO_FUNCTION_TEMPLATE_ORDERING
# endif # endif
# if(__MWERKS__ <= 0x2405) || !defined(BOOST_STRICT_CONFIG) // 7.0 # if(__MWERKS__ <= 0x2405) || !defined(BOOST_STRICT_CONFIG) // 7.0

View File

@ -16,6 +16,7 @@
#if _MSC_VER <= 1200 // 1200 == VC++ 6.0 #if _MSC_VER <= 1200 // 1200 == VC++ 6.0
# define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS # define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS # define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
# define BOOST_NO_VOID_RETURNS
#endif #endif
#if (_MSC_VER <= 1300) || !defined(BOOST_STRICT_CONFIG) // VC7 Beta 2 or later #if (_MSC_VER <= 1300) || !defined(BOOST_STRICT_CONFIG) // VC7 Beta 2 or later
@ -33,7 +34,7 @@
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS # define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
# define BOOST_NO_CV_VOID_SPECIALIZATIONS # define BOOST_NO_CV_VOID_SPECIALIZATIONS
# define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING # define BOOST_NO_FUNCTION_TEMPLATE_ORDERING
# define BOOST_NO_USING_TEMPLATE # define BOOST_NO_USING_TEMPLATE
# define BOOST_NO_SWPRINTF # define BOOST_NO_SWPRINTF
//# define BOOST_NO_POINTER_TO_MEMBER_CONST //# define BOOST_NO_POINTER_TO_MEMBER_CONST