summaryrefslogtreecommitdiff
path: root/boost/accumulators/framework/parameters/sample.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/framework/parameters/sample.hpp')
-rw-r--r--boost/accumulators/framework/parameters/sample.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/accumulators/framework/parameters/sample.hpp b/boost/accumulators/framework/parameters/sample.hpp
index 8b227eb334..39afe2b170 100644
--- a/boost/accumulators/framework/parameters/sample.hpp
+++ b/boost/accumulators/framework/parameters/sample.hpp
@@ -8,13 +8,13 @@
#ifndef BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_SAMPLE_HPP_EAN_31_10_2005
#define BOOST_ACCUMULATORS_FRAMEWORK_PARAMETERS_SAMPLE_HPP_EAN_31_10_2005
-#include <boost/parameter/keyword.hpp>
+#include <boost/parameter/name.hpp>
#include <boost/accumulators/accumulators_fwd.hpp>
namespace boost { namespace accumulators
{
-BOOST_PARAMETER_KEYWORD(tag, sample)
+BOOST_PARAMETER_NAME((sample, tag) sample)
BOOST_ACCUMULATORS_IGNORE_GLOBAL(sample)
}} // namespace boost::accumulators