Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50481 - sandbox/partition_point/boost/iterator
From: aschoedl_at_[hidden]
Date: 2009-01-05 05:59:07


Author: schoedl
Date: 2009-01-05 05:59:07 EST (Mon, 05 Jan 2009)
New Revision: 50481
URL: http://svn.boost.org/trac/boost/changeset/50481

Log:
indirect_partition_point does not need iterator_traits
Text files modified:
   sandbox/partition_point/boost/iterator/indirect_partition_point.hpp | 1 -
   1 files changed, 0 insertions(+), 1 deletions(-)

Modified: sandbox/partition_point/boost/iterator/indirect_partition_point.hpp
==============================================================================
--- sandbox/partition_point/boost/iterator/indirect_partition_point.hpp (original)
+++ sandbox/partition_point/boost/iterator/indirect_partition_point.hpp 2009-01-05 05:59:07 EST (Mon, 05 Jan 2009)
@@ -7,7 +7,6 @@
 
 #include <boost/partition_point/partition_point.hpp>
 #include <boost/iterator/indirect_iterator.hpp>
-#include <boost/iterator/iterator_traits.hpp>
 #include <boost/bind.hpp> // for bind
 
 namespace boost {


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