swift
6f64082b
- Clean up count_if/none in STLExtras.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
9 years ago
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.
Author
gottesmm
Committer
gottesmm
Parents
56cbc4f7
Loading