[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-commit
Subject:    [Boost-commit] svn:boost r83661 - trunk/boost/icl
From:       afojgo () googlemail ! com
Date:       2013-03-31 11:09:52
Message-ID: 20130331110952.1CEDF2F8043 () wowbagger ! osl ! iu ! edu
[Download RAW message or body]

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 mailing list
Boost-commit@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic