]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/fusion/sequence/comparison/not_equal_to.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / sequence / comparison / not_equal_to.hpp
index 54648e16013e8c074a697fba59e302dac1d75527..14ef25df7fd415f95f763a5e28d8e9930d4b8905 100644 (file)
@@ -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_NOT_EQUAL_TO_05052005_0431)
@@ -11,7 +11,7 @@
 #include <boost/fusion/sequence/intrinsic/begin.hpp>
 #include <boost/fusion/sequence/intrinsic/end.hpp>
 #include <boost/fusion/sequence/intrinsic/size.hpp>
-#include <boost/fusion/sequence/comparison/detail/enable_comparison.hpp>
+#include <boost/fusion/sequence/comparison/enable_comparison.hpp>
 
 #if defined(FUSION_DIRECT_OPERATOR_USAGE)
 #include <boost/fusion/sequence/comparison/detail/not_equal_to.hpp>
@@ -40,8 +40,8 @@ namespace boost { namespace fusion
     {
         template <typename Seq1, typename Seq2>
         inline typename
-            enable_if<
-                detail::enable_equality<Seq1, Seq2>
+            boost::enable_if<
+                traits::enable_equality<Seq1, Seq2>
               , bool
             >::type
         operator!=(Seq1 const& a, Seq2 const& b)