summaryrefslogtreecommitdiff
path: root/boost/accumulators/framework/depends_on.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/framework/depends_on.hpp')
-rw-r--r--boost/accumulators/framework/depends_on.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/accumulators/framework/depends_on.hpp b/boost/accumulators/framework/depends_on.hpp
index c328972946..008f1217da 100644
--- a/boost/accumulators/framework/depends_on.hpp
+++ b/boost/accumulators/framework/depends_on.hpp
@@ -223,13 +223,13 @@ namespace boost { namespace accumulators
template<typename First, typename Last>
struct build_acc_list<First, Last, true>
{
- typedef fusion::nil type;
+ typedef fusion::nil_ type;
template<typename Args>
- static fusion::nil
+ static fusion::nil_
call(Args const &, First const&, Last const&)
{
- return fusion::nil();
+ return fusion::nil_();
}
};