Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70783 - trunk/boost/icl/type_traits
From: afojgo_at_[hidden]
Date: 2011-03-31 10:44:49


Author: jofaber
Date: 2011-03-31 10:44:46 EDT (Thu, 31 Mar 2011)
New Revision: 70783
URL: http://svn.boost.org/trac/boost/changeset/70783

Log:
Fixed some missing includes of mpl/has_xxx.hpp that may lead to problems.
Text files modified:
   trunk/boost/icl/type_traits/difference_type_of.hpp | 1 +
   trunk/boost/icl/type_traits/is_key_container_of.hpp | 1 +
   trunk/boost/icl/type_traits/rep_type_of.hpp | 1 +
   trunk/boost/icl/type_traits/size_type_of.hpp | 1 +
   4 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/boost/icl/type_traits/difference_type_of.hpp
==============================================================================
--- trunk/boost/icl/type_traits/difference_type_of.hpp (original)
+++ trunk/boost/icl/type_traits/difference_type_of.hpp 2011-03-31 10:44:46 EDT (Thu, 31 Mar 2011)
@@ -10,6 +10,7 @@
 
 #include <boost/config.hpp> // For macro BOOST_STATIC_CONSTANT
 #include <boost/type_traits/is_pointer.hpp>
+#include <boost/mpl/has_xxx.hpp>
 #include <boost/mpl/or.hpp>
 #include <boost/mpl/and.hpp>
 #include <boost/mpl/not.hpp>

Modified: trunk/boost/icl/type_traits/is_key_container_of.hpp
==============================================================================
--- trunk/boost/icl/type_traits/is_key_container_of.hpp (original)
+++ trunk/boost/icl/type_traits/is_key_container_of.hpp 2011-03-31 10:44:46 EDT (Thu, 31 Mar 2011)
@@ -8,6 +8,7 @@
 #ifndef BOOST_ICL_TYPE_TRAITS_IS_KEY_CONTAINER_OF_HPP_JOFA_100829
 #define BOOST_ICL_TYPE_TRAITS_IS_KEY_CONTAINER_OF_HPP_JOFA_100829
 
+#include <boost/mpl/has_xxx.hpp>
 #include <boost/icl/type_traits/is_combinable.hpp>
 #include <boost/icl/type_traits/is_container.hpp>
 

Modified: trunk/boost/icl/type_traits/rep_type_of.hpp
==============================================================================
--- trunk/boost/icl/type_traits/rep_type_of.hpp (original)
+++ trunk/boost/icl/type_traits/rep_type_of.hpp 2011-03-31 10:44:46 EDT (Thu, 31 Mar 2011)
@@ -9,6 +9,7 @@
 #define BOOST_ICL_TYPE_TRAITS_REP_TYPE_OF_HPP_JOFA_110329
 
 #include <boost/config.hpp> // For macro BOOST_STATIC_CONSTANT
+#include <boost/mpl/has_xxx.hpp>
 #include <boost/mpl/or.hpp>
 #include <boost/mpl/and.hpp>
 #include <boost/mpl/not.hpp>

Modified: trunk/boost/icl/type_traits/size_type_of.hpp
==============================================================================
--- trunk/boost/icl/type_traits/size_type_of.hpp (original)
+++ trunk/boost/icl/type_traits/size_type_of.hpp 2011-03-31 10:44:46 EDT (Thu, 31 Mar 2011)
@@ -8,6 +8,7 @@
 #ifndef BOOST_ICL_TYPE_TRAITS_SIZE_TYPE_OF_HPP_JOFA_080911
 #define BOOST_ICL_TYPE_TRAITS_SIZE_TYPE_OF_HPP_JOFA_080911
 
+#include <boost/mpl/has_xxx.hpp>
 #include <boost/icl/type_traits/difference_type_of.hpp>
 
 namespace boost{ namespace icl


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