Skip to content
Snippets Groups Projects
Commit 58d8221d authored by Petr Machata's avatar Petr Machata
Browse files

Drop unused typedef in boost::xpressive::detail::make_assert_word

parent 955d8262
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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