Updated comeau and compaq configs with needed BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL define.

[SVN r24342]
This commit is contained in:
John Maddock
2004-08-08 11:37:13 +00:00
parent 04ca3474a5
commit b34869b10f
2 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include "boost/config/compiler/common_edg.hpp"
#if (__COMO_VERSION__ <= 4245) || !defined(BOOST_STRICT_CONFIG)
#if (__COMO_VERSION__ <= 4245)
# ifdef _WIN32
# define BOOST_NO_SWPRINTF
@ -27,6 +27,10 @@
# endif
# endif
#if (__COMO_VERSION__ <= 4303) || !defined(BOOST_STRICT_CONFIG)
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
#endif
// Void returns don't work when emulating VC 6 (Peter Dimov)
# if defined(_MSC_VER) && (_MSC_VER == 1200)

View File

@ -15,5 +15,6 @@
// versions check:
// Nothing to do here?
# define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL