You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It occurred to me that while currently SolutionIndicators is a template class, it does not have to be. Instead we could have only a template ctor (the one used when constructing indicators from a std::vector<Route> that is a template). This would simplify a lot of downstream usage of SolutionIndicators instances where we currently have other template types and functions.
The text was updated successfully, but these errors were encountered:
It occurred to me that while currently
SolutionIndicators
is a template class, it does not have to be. Instead we could have only a template ctor (the one used when constructing indicators from astd::vector<Route>
that is a template). This would simplify a lot of downstream usage ofSolutionIndicators
instances where we currently have other template types and functions.The text was updated successfully, but these errors were encountered: