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
58d8221d
Commit
58d8221d
authored
10 years ago
by
Petr Machata
Browse files
Options
Downloads
Patches
Plain Diff
Drop unused typedef in boost::xpressive::detail::make_assert_word
parent
955d8262
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/detail/dynamic/parser.hpp
+0
-1
0 additions, 1 deletion
include/boost/xpressive/detail/dynamic/parser.hpp
with
0 additions
and
1 deletion
include/boost/xpressive/detail/dynamic/parser.hpp
+
0
−
1
View file @
58d8221d
...
...
@@ -328,7 +328,6 @@ inline sequence<BidiIter> make_assert_end_line
template
<
typename
BidiIter
,
typename
Cond
,
typename
Traits
>
inline
sequence
<
BidiIter
>
make_assert_word
(
Cond
,
Traits
const
&
tr
)
{
typedef
typename
iterator_value
<
BidiIter
>::
type
char_type
;
return
detail
::
make_dynamic
<
BidiIter
>
(
detail
::
assert_word_matcher
<
Cond
,
Traits
>
(
tr
)
...
...
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