|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66338 - in sandbox/icl/boost: icl icl/concept icl/detail validate/driver validate/gentor
From: afojgo_at_[hidden]
Date: 2010-11-01 17:48:35
Author: jofaber
Date: 2010-11-01 17:48:34 EDT (Mon, 01 Nov 2010)
New Revision: 66338
URL: http://svn.boost.org/trac/boost/changeset/66338
Log:
Modifications for gcc-4.4.1
Text files modified:
sandbox/icl/boost/icl/concept/comparable.hpp | 1 +
sandbox/icl/boost/icl/detail/interval_set_algo.hpp | 1 +
sandbox/icl/boost/icl/interval_base_set.hpp | 1 +
sandbox/icl/boost/validate/driver/icl_relations_driver.hpp | 5 +++++
sandbox/icl/boost/validate/gentor/gentorprofile.hpp | 3 ++-
5 files changed, 10 insertions(+), 1 deletions(-)
Modified: sandbox/icl/boost/icl/concept/comparable.hpp
==============================================================================
--- sandbox/icl/boost/icl/concept/comparable.hpp (original)
+++ sandbox/icl/boost/icl/concept/comparable.hpp 2010-11-01 17:48:34 EDT (Mon, 01 Nov 2010)
@@ -8,6 +8,7 @@
#ifndef BOOST_ICL_CONCEPT_COMPARABLE_HPP_JOFA_100921
#define BOOST_ICL_CONCEPT_COMPARABLE_HPP_JOFA_100921
+#include <boost/utility/enable_if.hpp>
#include <boost/icl/type_traits/is_icl_container.hpp>
namespace boost{ namespace icl
Modified: sandbox/icl/boost/icl/detail/interval_set_algo.hpp
==============================================================================
--- sandbox/icl/boost/icl/detail/interval_set_algo.hpp (original)
+++ sandbox/icl/boost/icl/detail/interval_set_algo.hpp 2010-11-01 17:48:34 EDT (Mon, 01 Nov 2010)
@@ -8,6 +8,7 @@
#ifndef BOOST_ICL_INTERVAL_SET_ALGO_HPP_JOFA_081005
#define BOOST_ICL_INTERVAL_SET_ALGO_HPP_JOFA_081005
+#include <boost/next_prior.hpp>
#include <boost/icl/detail/notate.hpp>
#include <boost/icl/detail/relation_state.hpp>
#include <boost/icl/type_traits/identity_element.hpp>
Modified: sandbox/icl/boost/icl/interval_base_set.hpp
==============================================================================
--- sandbox/icl/boost/icl/interval_base_set.hpp (original)
+++ sandbox/icl/boost/icl/interval_base_set.hpp 2010-11-01 17:48:34 EDT (Mon, 01 Nov 2010)
@@ -21,6 +21,7 @@
#include <limits>
#include <boost/next_prior.hpp>
+#include <boost/icl/associative_interval_container.hpp>
#include <boost/icl/type_traits/interval_type_default.hpp>
#include <boost/icl/interval.hpp>
#include <boost/icl/type_traits/infinity.hpp>
Modified: sandbox/icl/boost/validate/driver/icl_relations_driver.hpp
==============================================================================
--- sandbox/icl/boost/validate/driver/icl_relations_driver.hpp (original)
+++ sandbox/icl/boost/validate/driver/icl_relations_driver.hpp 2010-11-01 17:48:34 EDT (Mon, 01 Nov 2010)
@@ -12,6 +12,11 @@
#include <iostream>
#include <stdio.h>
#include <time.h>
+#include <boost/icl/interval_set.hpp>
+#include <boost/icl/separate_interval_set.hpp>
+#include <boost/icl/split_interval_set.hpp>
+#include <boost/icl/interval_map.hpp>
+#include <boost/icl/split_interval_map.hpp>
#include <boost/validate/validater/icl_induced_relations.hpp>
#include <boost/validate/driver/icl_driver.hpp>
#include <boost/validate/utility.hpp>
Modified: sandbox/icl/boost/validate/gentor/gentorprofile.hpp
==============================================================================
--- sandbox/icl/boost/validate/gentor/gentorprofile.hpp (original)
+++ sandbox/icl/boost/validate/gentor/gentorprofile.hpp 2010-11-01 17:48:34 EDT (Mon, 01 Nov 2010)
@@ -10,9 +10,10 @@
#pragma once
#include <math.h>
-#include <boost/validate/type/nat.hpp>
+#include <boost/icl/concept/interval.hpp>
#include <boost/icl/type_traits/interval_type_default.hpp>
#include <boost/icl/interval.hpp>
+#include <boost/validate/type/nat.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