From 96b01e6b78fe3cc1eadad604f3b958435c058dec Mon Sep 17 00:00:00 2001 From: Jesse Williamson Date: Wed, 23 Jul 2008 17:14:19 +0000 Subject: [PATCH] Removed dead code. [SVN r47728] --- include/boost/algorithm/find_if_not.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/algorithm/find_if_not.hpp b/include/boost/algorithm/find_if_not.hpp index 138773a..bbb5b46 100644 --- a/include/boost/algorithm/find_if_not.hpp +++ b/include/boost/algorithm/find_if_not.hpp @@ -43,13 +43,6 @@ namespace boost { namespace algorithm { namespace sequence { /// \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 typename boost::range_iterator::type find_if_not( ForwardReadableRange& R, Predicate pred )