Ticket #8880: boost-1.54.0-xpressive-unused_typedef.patch

File boost-1.54.0-xpressive-unused_typedef.patch, 582 bytes (added by Petr Machata <pmachata@…>, 9 years ago)

A fix.

  • boost/xpressive/regex_algorithms.hpp

    diff -urp boost_1_54_0-orig/boost/xpressive/regex_algorithms.hpp boost_1_54_0/boost/xpressive/regex_algorithms.hpp
    old new namespace detail  
    303303    )
    304304    {
    305305        typedef core_access<BidiIter> access;
    306         typedef typename iterator_value<BidiIter>::type char_type;
    307306        match_results<BidiIter> &what = *state.context_.results_ptr_;
    308307        BOOST_ASSERT(0 != re.regex_id());
    309308