fixed wrong return type

[SVN r69583]
This commit is contained in:
Joel de Guzman
2011-03-05 14:48:47 +00:00
parent 1efa444f24
commit 21588d6dac

View File

@ -43,7 +43,7 @@ namespace boost { namespace fusion
}
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;