Skip to content
Snippets Groups Projects
Commit ee6d1d4a authored by Eric Niebler's avatar Eric Niebler
Browse files

accomodate API change in boost.range

parent 2e239a99
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -438,11 +440,6 @@ operator + (typename sub_match<BidiIter>::string_type const &lhs, sub_match<Bidi
// Hook the Boost.Range customization points to make sub_match a valid range.
namespace boost
{
/// INTERNAL ONLY
///
template<typename Range>
struct range_mutable_iterator;
/// INTERNAL ONLY
///
template<typename BidiIter>
......@@ -451,11 +448,6 @@ namespace boost
typedef BidiIter type;
};
/// INTERNAL ONLY
///
template<typename Range>
struct range_const_iterator;
/// INTERNAL ONLY
///
template<typename BidiIter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment