Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75976 - in trunk/boost/fusion: container/list container/vector/detail container/vector/detail/preprocessed iterator sequence/comparison sequence/io
From: joel_at_[hidden]
Date: 2011-12-15 19:14:51


Author: djowel
Date: 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
New Revision: 75976
URL: http://svn.boost.org/trac/boost/changeset/75976

Log:
Patches from Tim Blechmann
Text files modified:
   trunk/boost/fusion/container/list/cons.hpp | 4 ++--
   trunk/boost/fusion/container/vector/detail/preprocessed/vector10.hpp | 22 +++++++++++-----------
   trunk/boost/fusion/container/vector/detail/preprocessed/vector20.hpp | 20 ++++++++++----------
   trunk/boost/fusion/container/vector/detail/preprocessed/vector30.hpp | 20 ++++++++++----------
   trunk/boost/fusion/container/vector/detail/preprocessed/vector40.hpp | 20 ++++++++++----------
   trunk/boost/fusion/container/vector/detail/preprocessed/vector50.hpp | 20 ++++++++++----------
   trunk/boost/fusion/container/vector/detail/vector_n.hpp | 4 ++--
   trunk/boost/fusion/iterator/equal_to.hpp | 4 ++--
   trunk/boost/fusion/sequence/comparison/equal_to.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/greater.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/greater_equal.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/less.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/less_equal.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/not_equal_to.hpp | 2 +-
   trunk/boost/fusion/sequence/io/in.hpp | 2 +-
   trunk/boost/fusion/sequence/io/out.hpp | 2 +-
   16 files changed, 65 insertions(+), 65 deletions(-)

Modified: trunk/boost/fusion/container/list/cons.hpp
==============================================================================
--- trunk/boost/fusion/container/list/cons.hpp (original)
+++ trunk/boost/fusion/container/list/cons.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -88,7 +88,7 @@
         template <typename Sequence>
         cons(
             Sequence const& seq
- , typename disable_if<
+ , typename boost::disable_if<
                 mpl::or_<
                     is_convertible<Sequence, cons> // use copy ctor instead
                   , is_convertible<Sequence, Car> // use copy to car instead
@@ -119,7 +119,7 @@
         }
 
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, Car>, cons&>::type
+ typename boost::disable_if<is_convertible<Sequence, Car>, cons&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type Iterator;

Modified: trunk/boost/fusion/container/vector/detail/preprocessed/vector10.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/preprocessed/vector10.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/preprocessed/vector10.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -61,7 +61,7 @@
         template <typename Sequence>
         vector1(
             Sequence const& seq
- , typename disable_if<is_convertible<Sequence, T0> >::type* = 0
+ , typename boost::disable_if<is_convertible<Sequence, T0> >::type* = 0
             )
             : base_type(base_type::init_from_sequence(seq)) {}
         template <typename U0>
@@ -72,7 +72,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -157,7 +157,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -242,7 +242,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -327,7 +327,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -412,7 +412,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -497,7 +497,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -582,7 +582,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -667,7 +667,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -752,7 +752,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -837,7 +837,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;

Modified: trunk/boost/fusion/container/vector/detail/preprocessed/vector20.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/preprocessed/vector20.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/preprocessed/vector20.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -73,7 +73,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -158,7 +158,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -243,7 +243,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -328,7 +328,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -413,7 +413,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -498,7 +498,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -583,7 +583,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -668,7 +668,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -753,7 +753,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -838,7 +838,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;

Modified: trunk/boost/fusion/container/vector/detail/preprocessed/vector30.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/preprocessed/vector30.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/preprocessed/vector30.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -73,7 +73,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -158,7 +158,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -243,7 +243,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -328,7 +328,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -413,7 +413,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -498,7 +498,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -583,7 +583,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -668,7 +668,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -753,7 +753,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -838,7 +838,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;

Modified: trunk/boost/fusion/container/vector/detail/preprocessed/vector40.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/preprocessed/vector40.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/preprocessed/vector40.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -73,7 +73,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -158,7 +158,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -243,7 +243,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -328,7 +328,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -413,7 +413,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -498,7 +498,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -583,7 +583,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -668,7 +668,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -753,7 +753,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -838,7 +838,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;

Modified: trunk/boost/fusion/container/vector/detail/preprocessed/vector50.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/preprocessed/vector50.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/preprocessed/vector50.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -73,7 +73,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -158,7 +158,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -243,7 +243,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -328,7 +328,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -413,7 +413,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -498,7 +498,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -583,7 +583,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -668,7 +668,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -753,7 +753,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;
@@ -838,7 +838,7 @@
             return *this;
         }
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;

Modified: trunk/boost/fusion/container/vector/detail/vector_n.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/vector_n.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/vector_n.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -104,7 +104,7 @@
         BOOST_PP_CAT(vector, N)(
             Sequence const& seq
 #if (N == 1)
- , typename disable_if<is_convertible<Sequence, T0> >::type* /*dummy*/ = 0
+ , typename boost::disable_if<is_convertible<Sequence, T0> >::type* /*dummy*/ = 0
 #endif
             )
             : base_type(base_type::init_from_sequence(seq)) {}
@@ -118,7 +118,7 @@
         }
 
         template <typename Sequence>
- typename disable_if<is_convertible<Sequence, T0>, this_type&>::type
+ typename boost::disable_if<is_convertible<Sequence, T0>, this_type&>::type
         operator=(Sequence const& seq)
         {
             typedef typename result_of::begin<Sequence const>::type I0;

Modified: trunk/boost/fusion/iterator/equal_to.hpp
==============================================================================
--- trunk/boost/fusion/iterator/equal_to.hpp (original)
+++ trunk/boost/fusion/iterator/equal_to.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -74,7 +74,7 @@
     {
         template <typename Iter1, typename Iter2>
         inline typename
- enable_if<
+ boost::enable_if<
             mpl::and_<is_fusion_iterator<Iter1>, is_fusion_iterator<Iter2> >
             , bool
>::type
@@ -85,7 +85,7 @@
 
         template <typename Iter1, typename Iter2>
         inline typename
- enable_if<
+ boost::enable_if<
             mpl::and_<is_fusion_iterator<Iter1>, is_fusion_iterator<Iter2> >
             , bool
>::type

Modified: trunk/boost/fusion/sequence/comparison/equal_to.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/equal_to.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/equal_to.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -37,7 +37,7 @@
     {
         template <typename Seq1, typename Seq2>
         inline typename
- enable_if<
+ boost::enable_if<
                 traits::enable_equality<Seq1, Seq2>
               , bool
>::type

Modified: trunk/boost/fusion/sequence/comparison/greater.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/greater.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/greater.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -37,7 +37,7 @@
     {
         template <typename Seq1, typename Seq2>
         inline typename
- enable_if<
+ boost::enable_if<
                 traits::enable_comparison<Seq1, Seq2>
               , bool
>::type

Modified: trunk/boost/fusion/sequence/comparison/greater_equal.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/greater_equal.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/greater_equal.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -37,7 +37,7 @@
     {
         template <typename Seq1, typename Seq2>
         inline typename
- enable_if<
+ boost::enable_if<
                 traits::enable_comparison<Seq1, Seq2>
               , bool
>::type

Modified: trunk/boost/fusion/sequence/comparison/less.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/less.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/less.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -28,7 +28,7 @@
     {
         template <typename Seq1, typename Seq2>
         inline typename
- enable_if<
+ boost::enable_if<
                 traits::enable_comparison<Seq1, Seq2>
               , bool
>::type

Modified: trunk/boost/fusion/sequence/comparison/less_equal.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/less_equal.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/less_equal.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -65,7 +65,7 @@
 
         template <typename Seq1, typename Seq2>
         inline typename
- enable_if<
+ boost::enable_if<
                 traits::enable_comparison<Seq1, Seq2>
               , bool
>::type

Modified: trunk/boost/fusion/sequence/comparison/not_equal_to.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/not_equal_to.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/not_equal_to.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -40,7 +40,7 @@
     {
         template <typename Seq1, typename Seq2>
         inline typename
- enable_if<
+ boost::enable_if<
                 traits::enable_equality<Seq1, Seq2>
               , bool
>::type

Modified: trunk/boost/fusion/sequence/io/in.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/in.hpp (original)
+++ trunk/boost/fusion/sequence/io/in.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -27,7 +27,7 @@
     {
         template <typename Sequence>
         inline typename
- enable_if<
+ boost::enable_if<
                fusion::traits::is_sequence<Sequence>
               , std::istream&
>::type

Modified: trunk/boost/fusion/sequence/io/out.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/out.hpp (original)
+++ trunk/boost/fusion/sequence/io/out.hpp 2011-12-15 19:14:49 EST (Thu, 15 Dec 2011)
@@ -29,7 +29,7 @@
     {
         template <typename Sequence>
         inline typename
- enable_if<
+ boost::enable_if<
                fusion::traits::is_sequence<Sequence>
               , std::ostream&
>::type


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk