From af90b6660b0715acbd3ff0f3ce4ac30e99b0978c Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sun, 18 Sep 2011 00:28:09 +0000 Subject: [PATCH] patch to silence clang warning [SVN r74441] --- include/boost/fusion/algorithm/iteration/detail/fold.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/algorithm/iteration/detail/fold.hpp b/include/boost/fusion/algorithm/iteration/detail/fold.hpp index 8ca9c6e8..0757b257 100644 --- a/include/boost/fusion/algorithm/iteration/detail/fold.hpp +++ b/include/boost/fusion/algorithm/iteration/detail/fold.hpp @@ -186,7 +186,7 @@ namespace boost { namespace fusion { template static Result - call(State const& state,It0 const& it0,F f) + call(State const& state,It0 const& it0, F) { return static_cast(state); }