summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/weighted_tail_quantile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/weighted_tail_quantile.hpp')
-rw-r--r--boost/accumulators/statistics/weighted_tail_quantile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/statistics/weighted_tail_quantile.hpp b/boost/accumulators/statistics/weighted_tail_quantile.hpp
index 88c32d1f61..b143457dd0 100644
--- a/boost/accumulators/statistics/weighted_tail_quantile.hpp
+++ b/boost/accumulators/statistics/weighted_tail_quantile.hpp
@@ -66,7 +66,7 @@ namespace impl
struct weighted_tail_quantile_impl
: accumulator_base
{
- typedef typename numeric::functional::average<Weight, std::size_t>::result_type float_type;
+ typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type;
// for boost::result_of
typedef Sample result_type;