X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ffusion%2Fsequence%2Fcomparison%2Fequal_to.hpp;fp=boost%2Ffusion%2Fsequence%2Fcomparison%2Fequal_to.hpp;h=9c4e04355865939278c41b75612e91fa64aac0ff;hp=0c8a37e40f4f8bfe2a0cb180f7a74f7ee72735ec;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/fusion/sequence/comparison/equal_to.hpp b/boost/fusion/sequence/comparison/equal_to.hpp index 0c8a37e..9c4e043 100644 --- a/boost/fusion/sequence/comparison/equal_to.hpp +++ b/boost/fusion/sequence/comparison/equal_to.hpp @@ -1,8 +1,8 @@ /*============================================================================= Copyright (c) 1999-2003 Jaakko Jarvi - 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 + 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) ==============================================================================*/ #if !defined(FUSION_EQUAL_TO_05052005_0431) @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #if defined (BOOST_MSVC) @@ -37,8 +37,8 @@ namespace boost { namespace fusion { template inline typename - enable_if< - detail::enable_equality + boost::enable_if< + traits::enable_equality , bool >::type operator==(Seq1 const& a, Seq2 const& b)