summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/rolling_count.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/rolling_count.hpp')
-rw-r--r--boost/accumulators/statistics/rolling_count.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/accumulators/statistics/rolling_count.hpp b/boost/accumulators/statistics/rolling_count.hpp
index 1e34f76354..803f1b7754 100644
--- a/boost/accumulators/statistics/rolling_count.hpp
+++ b/boost/accumulators/statistics/rolling_count.hpp
@@ -40,6 +40,10 @@ namespace impl
{
return static_cast<std::size_t>(rolling_window_plus1(args).size()) - is_rolling_window_plus1_full(args);
}
+
+ // serialization is done by accumulators it depends on
+ template<class Archive>
+ void serialize(Archive & ar, const unsigned int file_version) {}
};
} // namespace impl