Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83661 - trunk/boost/icl
From: afojgo_at_[hidden]
Date: 2013-03-31 07:09:52


Author: jofaber
Date: 2013-03-31 07:09:51 EDT (Sun, 31 Mar 2013)
New Revision: 83661
URL: http://svn.boost.org/trac/boost/changeset/83661

Log:
Fixed ticket 8350 reported by Evgeny Panasyuk on 2013/03/29: closed_interval.hpp misses include of concept_check.hpp.
Text files modified:
   trunk/boost/icl/closed_interval.hpp | 1 +
   trunk/boost/icl/open_interval.hpp | 1 +
   2 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/icl/closed_interval.hpp
==============================================================================
--- trunk/boost/icl/closed_interval.hpp (original)
+++ trunk/boost/icl/closed_interval.hpp 2013-03-31 07:09:51 EDT (Sun, 31 Mar 2013)
@@ -8,6 +8,7 @@
 #ifndef BOOST_ICL_CLOSED_INTERVAL_HPP_JOFA_100324
 #define BOOST_ICL_CLOSED_INTERVAL_HPP_JOFA_100324
 
+#include <boost/icl/detail/concept_check.hpp>
 #include <boost/icl/concept/interval.hpp>
 #include <boost/icl/type_traits/value_size.hpp>
 #include <boost/icl/type_traits/type_to_string.hpp>

Modified: trunk/boost/icl/open_interval.hpp
==============================================================================
--- trunk/boost/icl/open_interval.hpp (original)
+++ trunk/boost/icl/open_interval.hpp 2013-03-31 07:09:51 EDT (Sun, 31 Mar 2013)
@@ -10,6 +10,7 @@
 
 #include <functional>
 #include <boost/concept/assert.hpp>
+#include <boost/icl/detail/concept_check.hpp>
 #include <boost/icl/concept/interval.hpp>
 #include <boost/icl/type_traits/value_size.hpp>
 #include <boost/icl/type_traits/type_to_string.hpp>


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