Commits

Michael Gottesman committed 6f64082bc59
Clean up count_if/none in STLExtras. Specifically this change: 1. Changed the input collection to be a const T & instead of T. 2. The return type of count_if is now properly the difference_type of the input range's iterators.