Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance improvement for lower/upper bound (#1223)
* Performance improvement for lower/upper bound Changed updateQueries() to use member functions of `multiset` instead of `std::lower_bound` and `std::upper_bound` * Fixed warnings for C++98 Changed the calls to lower/upper bounds so they dont use the "new" C++11 extended initializer lists.
- Loading branch information