From 2cb253ed350df75f249e285ffafbe1da909cd337 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 30 Apr 2006 03:38:28 +0000 Subject: [PATCH] Throw out bogus commented-out conversion operators. [SVN r33871] --- .../boost/iterator/detail/facade_iterator_category.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/boost/iterator/detail/facade_iterator_category.hpp b/include/boost/iterator/detail/facade_iterator_category.hpp index f50aef0..2c4771d 100755 --- a/include/boost/iterator/detail/facade_iterator_category.hpp +++ b/include/boost/iterator/detail/facade_iterator_category.hpp @@ -138,14 +138,6 @@ template struct iterator_category_with_traversal : Category, Traversal { -# if 0 - // Because of limitations on multiple user-defined conversions, - // this should be a good test of whether convertibility is enough - // in the spec, or whether we need to specify inheritance. - operator Category() const { return Category(); } - operator Traversal() const { return Traversal(); } -# endif - # if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300) // Make sure this isn't used to build any categories where // convertibility to Traversal is redundant. Should just use the