diff DEPENDENCIES/generic/include/boost/xpressive/sub_match.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/xpressive/sub_match.hpp	Fri Sep 04 12:01:02 2015 +0100
+++ b/DEPENDENCIES/generic/include/boost/xpressive/sub_match.hpp	Mon Sep 07 11:12:49 2015 +0100
@@ -11,7 +11,7 @@
 #define BOOST_XPRESSIVE_SUB_MATCH_HPP_EAN_10_04_2005
 
 // MS compatible compilers support #pragma once
-#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#if defined(_MSC_VER)
 # pragma once
 #endif
 
@@ -23,6 +23,8 @@
 #include <boost/mpl/assert.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/iterator/iterator_traits.hpp>
+#include <boost/range/const_iterator.hpp>
+#include <boost/range/mutable_iterator.hpp>
 #include <boost/xpressive/detail/detail_fwd.hpp>
 
 //{{AFX_DOC_COMMENT
@@ -440,11 +442,6 @@
 {
     /// INTERNAL ONLY
     ///
-    template<typename Range>
-    struct range_mutable_iterator;
-
-    /// INTERNAL ONLY
-    ///
     template<typename BidiIter>
     struct range_mutable_iterator<xpressive::sub_match<BidiIter> >
     {
@@ -453,11 +450,6 @@
 
     /// INTERNAL ONLY
     ///
-    template<typename Range>
-    struct range_const_iterator;
-
-    /// INTERNAL ONLY
-    ///
     template<typename BidiIter>
     struct range_const_iterator<xpressive::sub_match<BidiIter> >
     {