minor tweaks

[SVN r73645]
This commit is contained in:
Joel de Guzman
2011-08-11 08:52:10 +00:00
parent d9c5b32687
commit 760c1a534c

View File

@ -1,5 +1,5 @@
/*=============================================================================
Copyright (c) 2001-2006 Joel de Guzman
Copyright (c) 2001-2011 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@ -31,7 +31,7 @@ namespace boost { namespace fusion
template <typename I1, typename I2>
struct equal_to
: is_same<
: result_of::equal_to<
typename result_of::next<
typename I1::base_type>::type
, typename I2::base_type