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 )