]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/fusion/sequence/comparison/greater_equal.hpp
Updated boost to v1.55.0
[rsem.git] / boost / fusion / sequence / comparison / greater_equal.hpp
index 3a20e0e812f677123236261d1c3150659e37b9de..90175bc7d2c8bbd33abf6efc8669d8e82d38ca75 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_GREATER_EQUAL_05052005_0432)
@@ -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/greater_equal.hpp>
@@ -37,8 +37,8 @@ namespace boost { namespace fusion
     {
         template <typename Seq1, typename Seq2>
         inline typename
-            enable_if<
-                detail::enable_comparison<Seq1, Seq2>
+            boost::enable_if<
+                traits::enable_comparison<Seq1, Seq2>
               , bool
             >::type
         operator>=(Seq1 const& a, Seq2 const& b)