Blame SOURCES/boost-1.54.0-xpressive-unused_typedef.patch

5dffee
diff -urp boost_1_54_0-orig/boost/xpressive/regex_algorithms.hpp boost_1_54_0/boost/xpressive/regex_algorithms.hpp
5dffee
--- boost_1_54_0-orig/boost/xpressive/regex_algorithms.hpp	2013-07-23 00:47:50.804931313 +0200
5dffee
+++ boost_1_54_0/boost/xpressive/regex_algorithms.hpp	2013-07-23 00:50:40.721961072 +0200
5dffee
@@ -303,7 +303,6 @@ namespace detail
5dffee
     )
5dffee
     {
5dffee
         typedef core_access<BidiIter> access;
5dffee
-        typedef typename iterator_value<BidiIter>::type char_type;
5dffee
         match_results<BidiIter> &what = *state.context_.results_ptr_;
5dffee
         BOOST_ASSERT(0 != re.regex_id());
5dffee