From b22a3adc02e1e8efa905a1e35186762e3b3f1865 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 3 Aug 2002 22:45:13 +0000 Subject: [PATCH] Add BOOST_NO_STD_ITERATOR_TRAITS workaround [SVN r14663] --- include/boost/iterator_adaptors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp index f0ef010..b383bc3 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -382,7 +382,7 @@ namespace detail { }; -# ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION +# if defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_STD_ITERATOR_TRAITS) // Select default pointer and reference types for adapted non-pointer // iterators based on the iterator and the value_type. Poor man's partial