summaryrefslogtreecommitdiff
path: root/boost/accumulators/framework/accumulator_set.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/framework/accumulator_set.hpp')
-rw-r--r--boost/accumulators/framework/accumulator_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/framework/accumulator_set.hpp b/boost/accumulators/framework/accumulator_set.hpp
index ed1ceb1afa..8d10023ffb 100644
--- a/boost/accumulators/framework/accumulator_set.hpp
+++ b/boost/accumulators/framework/accumulator_set.hpp
@@ -234,7 +234,6 @@ struct accumulator_set
///////////////////////////////////////////////////////////////////////////////
/// Accumulation
- /// \param a1 Optional named parameter to be passed to all the accumulators
void operator ()()
{
this->visit(
@@ -244,6 +243,7 @@ struct accumulator_set
);
}
+ /// \param a1 Optional named parameter to be passed to all the accumulators
template<typename A1>
void operator ()(A1 const &a1)
{