Skip to content

Commit

Permalink
Fix compiler error when calling addDataNTimes
Browse files Browse the repository at this point in the history
  • Loading branch information
stkaplan committed Jan 8, 2024
1 parent 56ad96c commit 822e0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sst/core/statapi/statbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ class Statistic : public StatisticBase, public StatisticCollector<T>

using Datum = T;
using StatisticCollector<T>::addData_impl;
using StatisticCollector<T>::addData_impl_Ntimes;

// The main method to add data to the statistic
/** Add data to the Statistic
* This will call the addData_impl() routine in the derived Statistic.
Expand Down

0 comments on commit 822e0bb

Please sign in to comment.