Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xpressive
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
boost-submodules
xpressive
Commits
ee6d1d4a
Commit
ee6d1d4a
authored
10 years ago
by
Eric Niebler
Browse files
Options
Downloads
Patches
Plain Diff
accomodate API change in boost.range
parent
2e239a99
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/boost/xpressive/sub_match.hpp
+2
-10
2 additions, 10 deletions
include/boost/xpressive/sub_match.hpp
with
2 additions
and
10 deletions
include/boost/xpressive/sub_match.hpp
+
2
−
10
View file @
ee6d1d4a
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment