Skip to content

Modernize TrackEvent

Gerhard Raven requested to merge modernize-trackevent into master
  • add final qualifiers to Chisquare and Track
  • remove CVS identifiers
  • prefer using over typedef
  • rename middle to the more appropriate pivot
  • instead of replicating the std::set_intersection code to count overlaps, use std::set_intersection and customize it by using a counting_inserter which only counts, and does not insert...

Merge request reports