Intel C++ doesn't have argument dependent lookup even in strict mode, even

with EDG 2.45 frontend.


[SVN r10426]
This commit is contained in:
Jens Maurer
2001-06-25 19:55:30 +00:00
parent 99f61828d5
commit c1222123b3

View File

@ -379,6 +379,11 @@
# elif defined __ICL
# if __ICL <= 500
// Intel C++ 5.0.1 uses EDG 2.45, but fails to activate Koenig lookup
// in the frontend even in "strict" mode. (reported by Kirk Klobe)
# ifndef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
# endif
# define BOOST_WEAK_FUNCTION_TEMPLATE_ORDERING
# define BOOST_NO_INTRINSIC_WCHAR_T // tentative addition - required for VC6 compatibility? (added by JM 19 Feb 2001)
# endif