Blame SOURCES/boost-1.57.0-spirit-unused_typedef.patch

549713
diff -up boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp\~ boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp
549713
--- boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp~	2014-10-13 12:21:40.000000000 +0200
549713
+++ boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp	2015-01-20 13:25:50.069710766 +0100
549713
@@ -282,12 +282,12 @@ struct grammar_definition
549713
 #if !defined(BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE)
549713
         typedef impl::grammar_helper_base<GrammarT> helper_base_t;
549713
         typedef grammar_helper_list<GrammarT> helper_list_t;
549713
-        typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
549713
 
549713
         helper_list_t&  helpers =
549713
         grammartract_helper_list::do_(self);
549713
 
549713
 # if defined(BOOST_INTEL_CXX_VERSION)
549713
+        typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
549713
         for (iterator_t i = helpers.rbegin(); i != helpers.rend(); ++i)
549713
             (*i)->undefine(self);
549713
 # else
549713
549713
Diff finished.  Tue Jan 20 13:25:53 2015