summaryrefslogtreecommitdiff
path: root/boost/accumulators/numeric/functional/vector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/numeric/functional/vector.hpp')
-rw-r--r--boost/accumulators/numeric/functional/vector.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/numeric/functional/vector.hpp b/boost/accumulators/numeric/functional/vector.hpp
index cdb234278d..8a68a3f303 100644
--- a/boost/accumulators/numeric/functional/vector.hpp
+++ b/boost/accumulators/numeric/functional/vector.hpp
@@ -231,7 +231,7 @@ namespace boost { namespace numeric
// partial specialization for std::vector.
template<typename Left, typename Right>
- struct average<Left, Right, std_vector_tag, void>
+ struct fdiv<Left, Right, std_vector_tag, void>
: mpl::if_<
are_integral<typename Left::value_type, Right>
, divides<Left, double const>