From d81ea4494a20736bfbde505c474330fbe41dbbc2 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 16 Sep 2001 19:38:41 +0000 Subject: [PATCH] Intel C++ 6.0 (now in Beta) doesn't change the front-end (Kirk Klobe) [SVN r11131] --- include/boost/config.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index d6681dcf..5d259661 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -367,9 +367,11 @@ // Intel on Windows --------------------------------------------------------// # elif defined __ICL -# if __ICL <= 500 +# if __ICL <= 600 // 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) + // Intel C++ 6.0 (currently in Beta test) doesn't have any front-end + // changes at all. (reported by Kirk Klobe) # ifndef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP # endif