From e9f24023d40d2c513321bfac701d07f66548d40f Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sat, 10 Feb 2001 17:57:51 +0000 Subject: [PATCH] completely removed constructor that was #if 0'd [SVN r9076] --- include/boost/iterator_adaptors.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp index 8d27135..fcb5818 100644 --- a/include/boost/iterator_adaptors.hpp +++ b/include/boost/iterator_adaptors.hpp @@ -436,16 +436,6 @@ public: policies().initialize(iter()); } -#if 0 // ndef BOOST_MSVC - // To allow construction of const adaptor from non-const adaptee. - // However, when this is defined MSVC gives ambiguous error. - template - iterator_adaptor(const OtherIterator& it, const Policies& p = Policies()) - : m_iter_p(it, p) { - policies().initialize(iter()); - } -#endif - template iterator_adaptor (const iterator_adaptor& src)