From 21588d6dac3a5c1c7a01837458884eca6bbd3b40 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sat, 5 Mar 2011 14:48:47 +0000 Subject: [PATCH] fixed wrong return type [SVN r69583] --- include/boost/fusion/algorithm/auxiliary/copy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/algorithm/auxiliary/copy.hpp b/include/boost/fusion/algorithm/auxiliary/copy.hpp index eec8e019..e6e4f80f 100644 --- a/include/boost/fusion/algorithm/auxiliary/copy.hpp +++ b/include/boost/fusion/algorithm/auxiliary/copy.hpp @@ -43,7 +43,7 @@ namespace boost { namespace fusion } template - static bool + static void call(I1 const& src, I2 const& dest) { typename result_of::equal_to::type eq;