Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-09-21 21:08:53


Author: djowel
Date: 2007-09-21 21:08:51 EDT (Fri, 21 Sep 2007)
New Revision: 39469
URL: http://svn.boost.org/trac/boost/changeset/39469

Log:
bugfix tuples::null_type and tuples::tuple<> iterators not comparing ok.
Text files modified:
   trunk/boost/fusion/sequence/adapted/boost_tuple/boost_tuple_iterator.hpp | 11 -----------
   1 files changed, 0 insertions(+), 11 deletions(-)

Modified: trunk/boost/fusion/sequence/adapted/boost_tuple/boost_tuple_iterator.hpp
==============================================================================
--- trunk/boost/fusion/sequence/adapted/boost_tuple/boost_tuple_iterator.hpp (original)
+++ trunk/boost/fusion/sequence/adapted/boost_tuple/boost_tuple_iterator.hpp 2007-09-21 21:08:51 EDT (Fri, 21 Sep 2007)
@@ -90,17 +90,6 @@
                 return type(iter.cons.get_tail());
             }
         };
-
- template <typename I1, typename I2>
- struct equal_to
- : mpl::or_<
- is_same<I1, I2>
- , mpl::and_<
- detail::boost_tuple_is_empty<typename I1::cons_type>
- , detail::boost_tuple_is_empty<typename I2::cons_type>
- >
- >
- {};
     };
 
     template <typename Null>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk