$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jesse_at_[hidden]
Date: 2008-07-23 13:14:19
Author: jesse
Date: 2008-07-23 13:14:19 EDT (Wed, 23 Jul 2008)
New Revision: 47728
URL: http://svn.boost.org/trac/boost/changeset/47728
Log:
Removed dead code.
Text files modified: 
   sandbox/boost/algorithm/find_if_not.hpp |     7 -------                                 
   1 files changed, 0 insertions(+), 7 deletions(-)
Modified: sandbox/boost/algorithm/find_if_not.hpp
==============================================================================
--- sandbox/boost/algorithm/find_if_not.hpp	(original)
+++ sandbox/boost/algorithm/find_if_not.hpp	2008-07-23 13:14:19 EDT (Wed, 23 Jul 2008)
@@ -43,13 +43,6 @@
 /// \param R        A forward readable Boost range input sequence.
 /// \param pred     Predicate.
 ///
-/*
-    inline typename boost::range_iterator< ForwardReadableRange >::type
-    find( ForwardReadableRange& c, const T& value )
-    {
-       return std::find( boost::begin( c ), boost::end( c ), value );
-    }
-*/
 
   template <class ForwardReadableRange, class Predicate>
   typename boost::range_iterator<ForwardReadableRange>::type find_if_not( ForwardReadableRange& R, Predicate pred )