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
For instance, std::vector<AnalyserVariablePtr> would be replaced with AnalyserVariablePtrs through using AnalyserVariablePtrs = std::vector<AnalyserVariablePtr>;. This would reduce the unnecessary noise level in our code base.
The text was updated successfully, but these errors were encountered:
For instance,
std::vector<AnalyserVariablePtr>
would be replaced withAnalyserVariablePtrs
throughusing AnalyserVariablePtrs = std::vector<AnalyserVariablePtr>;
. This would reduce the unnecessary noise level in our code base.The text was updated successfully, but these errors were encountered: