|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66317 - in sandbox/icl: boost/validate/validater libs/validate/example/de_morgan_
From: afojgo_at_[hidden]
Date: 2010-11-01 12:20:36
Author: jofaber
Date: 2010-11-01 12:20:34 EDT (Mon, 01 Nov 2010)
New Revision: 66317
URL: http://svn.boost.org/trac/boost/changeset/66317
Log:
Adapted code for gcc-4.4.
Text files modified:
sandbox/icl/boost/validate/validater/abelian_monoid_validater.hpp | 1 -
sandbox/icl/libs/validate/example/de_morgan_/de_morgan.cpp | 7 ++++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: sandbox/icl/boost/validate/validater/abelian_monoid_validater.hpp
==============================================================================
--- sandbox/icl/boost/validate/validater/abelian_monoid_validater.hpp (original)
+++ sandbox/icl/boost/validate/validater/abelian_monoid_validater.hpp 2010-11-01 12:20:34 EDT (Mon, 01 Nov 2010)
@@ -11,7 +11,6 @@
#define BOOST_ICL_VALIDATE_VALIDATER_ABELIAN_MONOID_VALIDATER_HPP_JOFA_100501
#include <boost/icl/functors.hpp>
-//#include <boost/validate/laws/monoid.hpp>
#include <boost/validate/validater/concept_validater.hpp>
#include <boost/validate/validater/monoid_validater.hpp>
Modified: sandbox/icl/libs/validate/example/de_morgan_/de_morgan.cpp
==============================================================================
--- sandbox/icl/libs/validate/example/de_morgan_/de_morgan.cpp (original)
+++ sandbox/icl/libs/validate/example/de_morgan_/de_morgan.cpp 2010-11-01 12:20:34 EDT (Mon, 01 Nov 2010)
@@ -137,13 +137,14 @@
#include <boost/config/warning_disable.hpp>
#include <iostream>
#include <boost/date_time/posix_time/posix_time.hpp>
-#include <boost/validate/validater/law_validater.hpp>
-#include <boost/validate/gentor/gentorprofile.hpp>
-#include <boost/validate/laws/set_laws.hpp>
#include <boost/icl/interval_set.hpp>
#include <boost/icl/split_interval_map.hpp>
+#include <boost/validate/laws/set_laws.hpp>
+#include <boost/validate/validater/law_validater.hpp>
+#include <boost/validate/gentor/gentorprofile.hpp>
+
using namespace std;
using namespace boost;
using namespace boost::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