$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69583 - trunk/boost/fusion/algorithm/auxiliary
From: joel_at_[hidden]
Date: 2011-03-05 09:48:52
Author: djowel
Date: 2011-03-05 09:48:47 EST (Sat, 05 Mar 2011)
New Revision: 69583
URL: http://svn.boost.org/trac/boost/changeset/69583
Log:
fixed wrong return type
Text files modified: 
   trunk/boost/fusion/algorithm/auxiliary/copy.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/fusion/algorithm/auxiliary/copy.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/auxiliary/copy.hpp	(original)
+++ trunk/boost/fusion/algorithm/auxiliary/copy.hpp	2011-03-05 09:48:47 EST (Sat, 05 Mar 2011)
@@ -43,7 +43,7 @@
             }
 
             template <typename I1, typename I2>
-            static bool
+            static void
             call(I1 const& src, I2 const& dest)
             {
                 typename result_of::equal_to<I1, end1_type>::type eq;