From e7b62671dd7c836001498fab601c65ef42ab8f4c Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 25 Sep 2000 16:53:17 +0000 Subject: [PATCH] changed ::pointer to ::value_type* (VC++ native header port) and added BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS to intel c++ with VC++ headers [SVN r7826] --- include/boost/config.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 5e8d0edd..df116917 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -216,6 +216,7 @@ # define BOOST_NO_STDC_NAMESPACE # define BOOST_NO_SLIST # define BOOST_NO_HASH +# define BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS # endif