Ignore:
Timestamp:
07/24/15 12:52:05 (10 years ago)
Author:
epyon
Message:
  • more std removal - only <random> left
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/stl/algorithm.hh

    r402 r442  
    6363                        for ( ForwardIterator it = first2; it != last2; ++it )
    6464                                if ( *first1 == *it )
    65                                         break;
     65                                        return ( first1 );
    6666                return ( first1 );
    6767        }
     
    7373                        for ( ForwardIterator it = first2; it != last2; ++it )
    7474                                if ( comp_op( *first1, *it ) )
    75                                         break;
     75                                        return ( first1 );
    7676                return ( first1 );
    7777        }
Note: See TracChangeset for help on using the changeset viewer.