summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/skewness.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/skewness.hpp')
-rw-r--r--boost/accumulators/statistics/skewness.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/accumulators/statistics/skewness.hpp b/boost/accumulators/statistics/skewness.hpp
index c383ec4a6c..9c9c376a8a 100644
--- a/boost/accumulators/statistics/skewness.hpp
+++ b/boost/accumulators/statistics/skewness.hpp
@@ -65,6 +65,10 @@ namespace impl
* std::sqrt( accumulators::moment<2>(args) - mean(args) * mean(args) )
);
}
+
+ // serialization is done by accumulators it depends on
+ template<class Archive>
+ void serialize(Archive & ar, const unsigned int file_version) {}
};
} // namespace impl