]> git.ipfire.org Git - ipfire-3.x.git/blame - boost/patches/boost-1.57.0-spirit-unused_typedef.patch
Merge remote-tracking branch 'stevee/master'
[ipfire-3.x.git] / boost / patches / boost-1.57.0-spirit-unused_typedef.patch
CommitLineData
cbe7d7b5
SS
1diff -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
2--- boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp~ 2014-10-13 12:21:40.000000000 +0200
3+++ boost_1_57_0/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp 2015-01-20 13:25:50.069710766 +0100
4@@ -282,12 +282,12 @@ struct grammar_definition
5 #if !defined(BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE)
6 typedef impl::grammar_helper_base<GrammarT> helper_base_t;
7 typedef grammar_helper_list<GrammarT> helper_list_t;
8- typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
9
10 helper_list_t& helpers =
11 grammartract_helper_list::do_(self);
12
13 # if defined(BOOST_INTEL_CXX_VERSION)
14+ typedef typename helper_list_t::vector_t::reverse_iterator iterator_t;
15 for (iterator_t i = helpers.rbegin(); i != helpers.rend(); ++i)
16 (*i)->undefine(self);
17 # else
18
19Diff finished. Tue Jan 20 13:25:53 2015